diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-03-18 22:01:28 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-03-18 22:17:22 -0700 |
commit | c4758d3c9342ea2245ca51f30f1cbf27ecc16ced (patch) | |
tree | b14261a02ed60aabbe5419fab99cc1b046419ac6 /t | |
parent | 8a785dc921386dac628a2a04ebe5f48deb7cc1a8 (diff) | |
download | git-c4758d3c9342ea2245ca51f30f1cbf27ecc16ced.tar.gz |
Fix read-tree not to discard errors
This fixes the issue identified with recently added tests to t1004
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/t1004-read-tree-m-u-wf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t1004-read-tree-m-u-wf.sh b/t/t1004-read-tree-m-u-wf.sh index 1356148904..570d3729bd 100755 --- a/t/t1004-read-tree-m-u-wf.sh +++ b/t/t1004-read-tree-m-u-wf.sh @@ -177,7 +177,7 @@ test_expect_success 'funny symlink in work tree' ' ' -test_expect_failure 'funny symlink in work tree, un-unlink-able' ' +test_expect_success 'funny symlink in work tree, un-unlink-able' ' rm -fr a b && git reset --hard && |