]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t2102-update-index-symlinks.sh
Merge branch 'en/fetch-negotiation-default-fix'
[thirdparty/git.git] / t / t2102-update-index-symlinks.sh
index d7a3485582dca10de9f1842d0a2aca51b69c9942..c49cdfb6e582f41ea4010df7f4556f7aad5f1cc4 100755 (executable)
@@ -26,7 +26,7 @@ test_expect_success \
 'the index entry must still be a symbolic link' '
 case "$(git ls-files --stage --cached symlink)" in
 120000" "*symlink) echo pass;;
-*) echo fail; git ls-files --stage --cached symlink; (exit 1);;
+*) echo fail; git ls-files --stage --cached symlink; false;;
 esac'
 
 test_done