diff options
author | Tharre <tharre3@gmail.com> | 2015-02-07 19:34:23 +0100 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2015-02-07 19:34:23 +0100 |
commit | 6990e949396c6023bffc4d7dd2f7320fd2aa91be (patch) | |
tree | a6053e4c13e72ed29f6441e7626b5d751d79102a /test/no-output.bats | |
parent | 4a25bf1120e60c8a5d1746671972cf08faaaf620 (diff) | |
download | redo-6990e949396c6023bffc4d7dd2f7320fd2aa91be.tar.gz redo-6990e949396c6023bffc4d7dd2f7320fd2aa91be.tar.xz redo-6990e949396c6023bffc4d7dd2f7320fd2aa91be.zip |
Revert "Add sync to some test cases to make travis-ci work"
This reverts commit 4a25bf1120e60c8a5d1746671972cf08faaaf620.
Diffstat (limited to 'test/no-output.bats')
-rw-r--r-- | test/no-output.bats | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/no-output.bats b/test/no-output.bats index fee155d..c492e4f 100644 --- a/test/no-output.bats +++ b/test/no-output.bats @@ -4,6 +4,5 @@ load test_helper @test "produce empty result" { run redo no-output_result - sync [ $status -eq 0 ] && [ ! -e no-output_result ] } |