diff options
Diffstat (limited to 'tests/test/script')
-rw-r--r-- | tests/test/script/common.testscript | 2 | ||||
-rw-r--r-- | tests/test/script/runner/redirect.testscript | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test/script/common.testscript b/tests/test/script/common.testscript index d51268a..47af7a1 100644 --- a/tests/test/script/common.testscript +++ b/tests/test/script/common.testscript @@ -32,6 +32,6 @@ end # automatically becoming dir{./}'s prerequisite. # c = cat >=testscript -b = $0 --serial-stop --quiet --buildfile - test \ +b = $0 --no-default-options --serial-stop --quiet --buildfile - test \ <"'testscript{testscript}: \$target'" \ &?test/*** diff --git a/tests/test/script/runner/redirect.testscript b/tests/test/script/runner/redirect.testscript index dfec2fd..e3cc0d8 100644 --- a/tests/test/script/runner/redirect.testscript +++ b/tests/test/script/runner/redirect.testscript @@ -16,7 +16,7 @@ psr = ($cxx.target.class != 'windows' ? '/' : '\\') # Path separator in regex. cat <<EOI >=buildfile; testscript{testscript}: $target EOI - $0 --serial-stop --quiet test <foo >foo 2>bar + $0 --no-default-options --serial-stop --quiet test <foo >foo 2>bar } : null |