We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f496b06 + cf7a851 commit 6af2c75Copy full SHA for 6af2c75
t/t0007-git-var.sh
@@ -17,7 +17,7 @@ test_expect_success 'get GIT_COMMITTER_IDENT' '
17
test_cmp expect actual
18
'
19
20
-test_expect_success !AUTOIDENT 'requested identites are strict' '
+test_expect_success !FAIL_PREREQS,!AUTOIDENT 'requested identites are strict' '
21
(
22
sane_unset GIT_COMMITTER_NAME &&
23
sane_unset GIT_COMMITTER_EMAIL &&
t/t7502-commit-porcelain.sh
@@ -402,7 +402,7 @@ echo editor started >"$(pwd)/.git/result"
402
exit 0
403
EOF
404
405
-test_expect_success !AUTOIDENT 'do not fire editor when committer is bogus' '
+test_expect_success !FAIL_PREREQS,!AUTOIDENT 'do not fire editor when committer is bogus' '
406
>.git/result &&
407
408
echo >>negative &&
0 commit comments