aboutsummaryrefslogtreecommitdiffstats
path: root/tests/fail
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-05-25 17:31:22 +0200
committerTharre <tharre3@gmail.com>2015-05-25 17:31:22 +0200
commit758af1b88980416adfe73f035318402675565099 (patch)
tree89ff461eeb3b70e93a89113b24706ea1faa29534 /tests/fail
parent79f3225ea4aea93ea963b8b41ecd518b9fd20eea (diff)
downloadredo-758af1b88980416adfe73f035318402675565099.tar.gz
redo-758af1b88980416adfe73f035318402675565099.tar.xz
redo-758af1b88980416adfe73f035318402675565099.zip
Fix piping to /dev/null
Diffstat (limited to 'tests/fail')
-rw-r--r--tests/fail/all.do2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/fail/all.do b/tests/fail/all.do
index 9ad5ef8..1e3091d 100644
--- a/tests/fail/all.do
+++ b/tests/fail/all.do
@@ -2,7 +2,7 @@
rm -rf fail
-redo-ifchange fail >& /dev/null || true
+redo-ifchange fail 2> /dev/null || true
assert "abort if do-script returns nonzero" << !
[ ! -e fail ]