diff options
author | David Phillips <dbphillipsnz@gmail.com> | 2016-03-13 14:11:20 +1300 |
---|---|---|
committer | David Phillips <dbphillipsnz@gmail.com> | 2016-03-13 14:11:20 +1300 |
commit | 715ff95dab1e510181044bcf146853f63cb5cec3 (patch) | |
tree | 809a58209e989c8789daa61e82e13105c2e28b7f /test/run-tests.sh | |
parent | f3beb9fc8612b12a6a19a446d543dce3d90b3ac5 (diff) | |
download | cue-bin-split-715ff95dab1e510181044bcf146853f63cb5cec3.tar.xz |
Fix test script 'pass' function
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() |