summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRichard Maw <richard.maw@codethink.co.uk>2012-07-06 12:48:38 +0000
committerRichard Maw <richard.maw@codethink.co.uk>2012-07-06 12:48:38 +0000
commit7eb79318200a98acfcc03368c75172332a524797 (patch)
tree165afa7727fc874f76bb173f4af2bb73f85af05f /tests
parenta965863b37774420c48b66db159c715567d461b2 (diff)
downloadmorph-7eb79318200a98acfcc03368c75172332a524797.tar.gz
tests: build-system-autotools-fails ignores stdout
The test expects it to just exit non-zero, so prevent output changing that.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/build-system-autotools-fails-if-autogen-fails.script2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/build-system-autotools-fails-if-autogen-fails.script b/tests/build-system-autotools-fails-if-autogen-fails.script
index d2a0e6a1..2028e7ff 100755
--- a/tests/build-system-autotools-fails-if-autogen-fails.script
+++ b/tests/build-system-autotools-fails-if-autogen-fails.script
@@ -34,5 +34,5 @@ chmod a+x "$x/autogen.sh"
"$SRCDIR/scripts/run-git-in" "$x" commit --quiet -m initial
"$SRCDIR/scripts/test-morph" build test:autogen-chunk master detected.morph \
- 2> /dev/null
+ >/dev/null 2> /dev/null