summaryrefslogtreecommitdiff
path: root/t/tap-planskip-whitespace.sh
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2013-05-22 00:09:30 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2013-05-22 00:09:30 +0200
commit4d56c0f3b5973e386c3e5f0fb2367d2fff00bf71 (patch)
treef0a26a6c57a6018c9405ce3a22ab9eddad70309d /t/tap-planskip-whitespace.sh
parent60bfe0b9af62baae3498fe8688703570ecb1a93e (diff)
parentc7cfa09349bb588b71ea7adffa385034465b1b09 (diff)
downloadautomake-4d56c0f3b5973e386c3e5f0fb2367d2fff00bf71.tar.gz
Merge branch 'micro' into maint
* micro: tests: run_make: options to do command redirection tests: only activate 'unset' alias if required tests: better idiom to override make macro defs on the cmdline test-lib: minor style changes test-lib: fix botched function name in an error message Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Diffstat (limited to 't/tap-planskip-whitespace.sh')
-rw-r--r--t/tap-planskip-whitespace.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/tap-planskip-whitespace.sh b/t/tap-planskip-whitespace.sh
index be2437bff..9513ca2ec 100644
--- a/t/tap-planskip-whitespace.sh
+++ b/t/tap-planskip-whitespace.sh
@@ -34,7 +34,7 @@ cat > baz.test <<END
1..0 # SKIP${tab} Strip${tab}external preserve ${tab}middle ${tab}${sp}
END
-TESTS='foo.test bar.test baz.test' $MAKE -e check > stdout \
+run_make TESTS='foo.test bar.test baz.test' check > stdout \
|| { cat stdout; exit 1; }
cat stdout