X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Ft2102-update-index-symlinks.sh;h=4d0d0a35156ee1a7604f0ea719e93d3f765a2f91;hb=48c250a121a425a1860226b6a7061aecfbab5246;hp=1ed44ee503f9ecfb5222a9bce3f42ff2aa8127bc;hpb=197cf8d59c0109f486ed6b56512b3c54ea44dccd;p=git.git diff --git a/t/t2102-update-index-symlinks.sh b/t/t2102-update-index-symlinks.sh index 1ed44ee50..4d0d0a351 100755 --- a/t/t2102-update-index-symlinks.sh +++ b/t/t2102-update-index-symlinks.sh @@ -24,7 +24,7 @@ git update-index symlink' test_expect_success \ 'the index entry must still be a symbolic link' ' case "`git ls-files --stage --cached symlink`" in -120000" "*symlink) echo ok;; +120000" "*symlink) echo pass;; *) echo fail; git ls-files --stage --cached symlink; (exit 1);; esac'