Code

bisect: fix exiting when checkout failed in bisect_start()
[git.git] / t / t9159-git-svn-no-parent-mergeinfo.sh
index 9472de3ab0767c2132b0345ddd0cebd76c9c0ebc..85120b70db8cfb60b8d8c38f85a9038aa856468a 100755 (executable)
@@ -2,7 +2,7 @@
 test_description='git svn handling of root commits in merge ranges'
 . ./lib-git-svn.sh
 
-test_expect_failure 'test handling of root commits in merge ranges' '
+test_expect_success 'test handling of root commits in merge ranges' '
        mkdir -p init/trunk init/branches init/tags &&
        echo "r1" > init/trunk/file.txt &&
        svn_cmd import -m "initial import" init "$svnrepo" &&