diff options
-rwxr-xr-x | runtests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.sh b/runtests.sh index 82dc8c1..85b7811 100755 --- a/runtests.sh +++ b/runtests.sh | |||
@@ -39,7 +39,7 @@ then | |||
39 | Please ensure you do not have the Lua CJSON module installed before | 39 | Please ensure you do not have the Lua CJSON module installed before |
40 | running these tests. | 40 | running these tests. |
41 | EOT | 41 | EOT |
42 | exit | 42 | exit 1 |
43 | fi | 43 | fi |
44 | cd .. | 44 | cd .. |
45 | 45 | ||