We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c53d1e4 + 781f76b commit 52b9d2cCopy full SHA for 52b9d2c
1 file changed
t/test-lib.sh
@@ -192,6 +192,7 @@ then
192
fi
193
194
exec 5>&1
195
+exec 6<&0
196
if test "$verbose" = "t"
197
then
198
exec 4>&2 3>&1
@@ -475,7 +476,7 @@ test_debug () {
475
476
test_eval_ () {
477
# This is a separate function because some tests use
478
# "return" to end a test_expect_success block early.
- eval >&3 2>&4 "$*"
479
+ eval </dev/null >&3 2>&4 "$*"
480
}
481
482
test_run_ () {
0 commit comments