X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Ft4004-diff-rename-symlink.sh;h=a4da1196a93a00502c8945a14e3aafd628efda53;hb=50a991ec46d57ffc4b7fbd0e8a13182dab3cd5de;hp=b35af9b42d318904bd12649562be309fd49977a3;hpb=a4d1797332bca95635168032c90765a41eacdc7a;p=git.git diff --git a/t/t4004-diff-rename-symlink.sh b/t/t4004-diff-rename-symlink.sh index b35af9b42..a4da1196a 100755 --- a/t/t4004-diff-rename-symlink.sh +++ b/t/t4004-diff-rename-symlink.sh @@ -12,6 +12,12 @@ by an edit for them. . ./test-lib.sh . "$TEST_DIRECTORY"/diff-lib.sh +if ! test_have_prereq SYMLINKS +then + say 'Symbolic links not supported, skipping tests.' + test_done +fi + test_expect_success \ 'prepare reference tree' \ 'echo xyzzy | tr -d '\\\\'012 >yomin &&