diff options
Diffstat (limited to 'test/run-tests.sh')
-rwxr-xr-x | test/run-tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run-tests.sh b/test/run-tests.sh index 87137fc..13f623e 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -9,7 +9,7 @@ fail() pass() { - echo -e '[\e[0;32mPASS\e[0m] '$i: $@ + echo -e '[\e[0;32mPASS\e[0m] '$i } check_expected() |