diff options
Diffstat (limited to 't/t2004-checkout-cache-temp.sh')
-rwxr-xr-x | t/t2004-checkout-cache-temp.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t2004-checkout-cache-temp.sh b/t/t2004-checkout-cache-temp.sh index 3c2b2b9046..a12afe93f3 100755 --- a/t/t2004-checkout-cache-temp.sh +++ b/t/t2004-checkout-cache-temp.sh @@ -206,7 +206,7 @@ test_expect_success 'checkout --temp symlink' ' test $(cat $p) = path7 ' -test_expect_failure 'emit well-formed relative path' ' +test_expect_success 'emit well-formed relative path' ' rm -f path* .merge_* actual .git/index && >path0123456789 && git update-index --add path0123456789 && |