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 5b6cd0f + e66681e commit f3930e4Copy full SHA for f3930e4
t/t0000-basic.sh
@@ -53,7 +53,8 @@ run_sub_test_lib_test () {
53
# Pretend we're a test harness. This prevents
54
# test-lib from writing the counts to a file that will
55
# later be summarized, showing spurious "failed" tests
56
- export HARNESS_ACTIVE=t &&
+ HARNESS_ACTIVE=t &&
57
+ export HARNESS_ACTIVE &&
58
cd "$name" &&
59
cat >"$name.sh" <<-EOF &&
60
#!$SHELL_PATH
0 commit comments