Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t0060: Fix tests on Windows
[gitweb.git]
/
t
/
t3000-ls-files-others.sh
diff --git
a/t/t3000-ls-files-others.sh
b/t/t3000-ls-files-others.sh
index 36eee0f8ae377e130bdcc20ad882261a83764e38..b7e03063161337248df90c6e88d2c06bf2377bd9 100755
(executable)
--- a/
t/t3000-ls-files-others.sh
+++ b/
t/t3000-ls-files-others.sh
@@
-17,7
+17,12
@@
filesystem.
. ./test-lib.sh
date >path0
-ln -s xyzzy path1
+if test_have_prereq SYMLINKS
+then
+ ln -s xyzzy path1
+else
+ date > path1
+fi
mkdir path2 path3
date >path2/file2
date >path2-junk