diff options
author | Tharre <tharre3@gmail.com> | 2015-05-25 17:31:22 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2015-05-25 17:31:22 +0200 |
commit | 758af1b88980416adfe73f035318402675565099 (patch) | |
tree | 89ff461eeb3b70e93a89113b24706ea1faa29534 /tests/dependency-loop | |
parent | 79f3225ea4aea93ea963b8b41ecd518b9fd20eea (diff) | |
download | redo-758af1b88980416adfe73f035318402675565099.tar.gz redo-758af1b88980416adfe73f035318402675565099.tar.xz redo-758af1b88980416adfe73f035318402675565099.zip |
Fix piping to /dev/null
Diffstat (limited to 'tests/dependency-loop')
-rw-r--r-- | tests/dependency-loop/all.do | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dependency-loop/all.do b/tests/dependency-loop/all.do index c5cb480..79e5f6d 100644 --- a/tests/dependency-loop/all.do +++ b/tests/dependency-loop/all.do @@ -1,5 +1,5 @@ . ../include.sh assert "dependency-loop" << ! -timeout 1 redo-ifchange a >& /dev/null +timeout 1 redo-ifchange a ! |