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.
1 parent a77f106 commit 253b27fCopy full SHA for 253b27f
t/t0070-fundamental.sh
@@ -25,6 +25,10 @@ test_expect_success POSIXPERM 'mktemp to unwritable directory prints filename' '
25
grep "cannotwrite/test" err
26
'
27
28
+test_expect_success 'git_mkstemps_mode does not fail if fd 0 is not open' '
29
+ git commit --allow-empty -m message <&-
30
+'
31
+
32
test_expect_success 'check for a bug in the regex routines' '
33
# if this test fails, re-build git with NO_REGEX=1
34
test-regex
0 commit comments