summaryrefslogtreecommitdiff
path: root/t/parallel-tests-no-color-in-log.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/parallel-tests-no-color-in-log.sh')
-rwxr-xr-xt/parallel-tests-no-color-in-log.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/parallel-tests-no-color-in-log.sh b/t/parallel-tests-no-color-in-log.sh
index fe1036b07..fb6fc1375 100755
--- a/t/parallel-tests-no-color-in-log.sh
+++ b/t/parallel-tests-no-color-in-log.sh
@@ -17,7 +17,7 @@
# Colorized output from the testsuite report shouldn't end up in log files.
required='grep-nonprint'
-. ./defs || exit 1
+. test-init.sh
TERM=ansi; export TERM
@@ -27,7 +27,7 @@ END
cat >Makefile.am <<'END'
LOG_COMPILER = $(SHELL)
-AUTOMAKE_OPTIONS = color-tests parallel-tests
+AUTOMAKE_OPTIONS = color-tests
TESTS = pass fail skip xpass xfail error
XFAIL_TESTS = xpass xfail
END