diff options
Diffstat (limited to 't')
-rwxr-xr-x | t/t4011-diff-symlink.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4011-diff-symlink.sh b/t/t4011-diff-symlink.sh index e3ebf382e..379a831f0 100755 --- a/t/t4011-diff-symlink.sh +++ b/t/t4011-diff-symlink.sh @@ -58,7 +58,7 @@ EOF test_expect_success \ 'diff identical, but newly created symlink' \ - 'sleep 1 && + 'sleep 3 && ln -s xyzzy frotz && git-diff-index -M -p $tree > current && compare_diff_patch current expected' |