diff --git a/lua5.1-tests/run.sh b/lua5.1-tests/run.sh index ba4537f..2cd06ae 100644 --- a/lua5.1-tests/run.sh +++ b/lua5.1-tests/run.sh @@ -4,7 +4,7 @@ export LUA_INIT="package.path = '?;'..package.path" luajit -joff all.lua if [ $? != 0 ] then - echo "all.lua tests failed with JIT on" + echo "all.lua tests failed with JIT off" exit 1 fi @@ -12,7 +12,7 @@ fi luajit -jon all.lua if [ $? != 0 ] then - echo "all.lua tests failed with JIT off" + echo "all.lua tests failed with JIT on" exit 1 fi