cppw error returned in case of bad usage was changed (1->2).

This commit is contained in:
nekral-guest
2011-10-20 18:12:03 +00:00
parent 47bbcf4dc4
commit 5431d2abe2

View File

@@ -23,7 +23,7 @@ echo -n "Use wrong cppw option (cppw -Z)..."
echo "OK"
echo -n "Check returned status ($status)..."
test "$status" = "1"
test "$status" = "2"
echo "OK"
echo "cppw reported:"