Commit 291d3f2b authored by Lev Walkin's avatar Lev Walkin

oops

parent df24e40e
...@@ -19,7 +19,7 @@ EOM ...@@ -19,7 +19,7 @@ EOM
diff $diffArgs $ORIG $TEST >/dev/null 2>&1 diff $diffArgs $ORIG $TEST >/dev/null 2>&1
diffExitCode=$? diffExitCode=$?
if [ $diffExitCode == "0" ]; then if [ "$diffExitCode" = "0" ]; then
echo "FAILED: $0: expected failure, got success" echo "FAILED: $0: expected failure, got success"
exit 42; exit 42;
fi fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment