diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-06-22 00:44:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-06-22 00:44:34 -0700 |
commit | 916e1373fb86db9d7019de4e7e74e39c9474a153 (patch) | |
tree | 05c0f822d2e10792fecac4df14fba526296cf48e | |
parent | Sync with 1.6.3.3 (diff) | |
parent | t3700-add: add a POSIXPERM prerequisite to a new test (diff) | |
download | tgif-916e1373fb86db9d7019de4e7e74e39c9474a153.tar.xz |
Merge branch 'maint'
* maint:
t3700-add: add a POSIXPERM prerequisite to a new test
-rwxr-xr-x | t/t3700-add.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3700-add.sh b/t/t3700-add.sh index 6ae5a2cd95..85eb0fbf96 100755 --- a/t/t3700-add.sh +++ b/t/t3700-add.sh @@ -223,7 +223,7 @@ test_expect_success POSIXPERM 'git add (add.ignore-errors = false)' ' ' rm -f foo2 -test_expect_success '--no-ignore-errors overrides config' ' +test_expect_success POSIXPERM '--no-ignore-errors overrides config' ' git config add.ignore-errors 1 && git reset --hard && date >foo1 && |