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

oops

parent df24e40e
......@@ -19,7 +19,7 @@ EOM
diff $diffArgs $ORIG $TEST >/dev/null 2>&1
diffExitCode=$?
if [ $diffExitCode == "0" ]; then
if [ "$diffExitCode" = "0" ]; then
echo "FAILED: $0: expected failure, got success"
exit 42;
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