diff options
Diffstat (limited to 't/t0004-unwritable.sh')
| -rwxr-xr-x | t/t0004-unwritable.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t0004-unwritable.sh b/t/t0004-unwritable.sh index d26d18413c..3bdafbae0f 100755 --- a/t/t0004-unwritable.sh +++ b/t/t0004-unwritable.sh @@ -37,7 +37,7 @@ test_expect_success POSIXPERM,SANITY 'commit should notice unwritable repository ' test_lazy_prereq COMMIT_OUT 'test -e "$TRASH_DIRECTORY"/out.commit' -test_expect_failure COMMIT_OUT 'commit output on unwritable repository' ' +test_expect_success COMMIT_OUT 'commit output on unwritable repository' ' cat >expect <<-\EOF && error: insufficient permission for adding an object to repository database .git/objects error: Error building trees |
