aboutsummaryrefslogtreecommitdiff
path: root/t/t1004-read-tree-m-u-wf.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-03-18 22:01:28 -0700
committerJunio C Hamano <gitster@pobox.com>2008-03-18 22:17:22 -0700
commitc4758d3c9342ea2245ca51f30f1cbf27ecc16ced (patch)
treeb14261a02ed60aabbe5419fab99cc1b046419ac6 /t/t1004-read-tree-m-u-wf.sh
parent8a785dc921386dac628a2a04ebe5f48deb7cc1a8 (diff)
downloadgit-c4758d3c9342ea2245ca51f30f1cbf27ecc16ced.tar.gz
git-c4758d3c9342ea2245ca51f30f1cbf27ecc16ced.tar.xz
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/t1004-read-tree-m-u-wf.sh')
-rwxr-xr-xt/t1004-read-tree-m-u-wf.sh2
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 135614890..570d3729b 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 &&