Skip to content

Commit

Permalink
cleanup test output
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpclark committed Dec 19, 2017
1 parent c75d273 commit 7d06855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/invalid.test
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ describe "* abrute with failed results"
it "fails with unzip"
folder="$(pwd)"
cd test/data/
../../target/debug/abrute 4 asdfg -z -a 0 -- example.zip 2>/dev/null
../../target/debug/abrute 4 asdfg -z -a 0 -- example.zip > /dev/null 2>&1
assert unequal $? 0
cd $folder
assert file_absent test/data/zipped.file
Expand Down

0 comments on commit 7d06855

Please sign in to comment.