X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft9131-git-svn-empty-symlink.sh;h=f762038f0ea95ce0f9d411ff6f494088ee1fc22c;hb=d0bb13663000be47d83cbe53b6c4bdc8835625cb;hp=9a24a65b64111b4540db28315fedd4efd3b19ae7;hpb=e8a12280530f16bf2089999ceefe35794d115d07;p=git.git diff --git a/t/t9131-git-svn-empty-symlink.sh b/t/t9131-git-svn-empty-symlink.sh index 9a24a65b6..f762038f0 100755 --- a/t/t9131-git-svn-empty-symlink.sh +++ b/t/t9131-git-svn-empty-symlink.sh @@ -88,7 +88,7 @@ test_expect_success 'enable broken symlink workaround' \ test_expect_success '"bar" is an empty file' 'test -f x/bar && ! test -s x/bar' test_expect_success 'get "bar" => symlink fix from svn' \ '(cd x && git svn rebase)' -test_expect_success SYMLINKS '"bar" becomes a symlink' 'test -L x/bar' +test_expect_success SYMLINKS '"bar" becomes a symlink' 'test -h x/bar' test_expect_success 'clone using git svn' 'git svn clone -r1 "$svnrepo" y'