aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-03-13 14:11:20 +1300
committerDavid Phillips <dbphillipsnz@gmail.com>2016-03-13 14:11:20 +1300
commit715ff95dab1e510181044bcf146853f63cb5cec3 (patch)
tree809a58209e989c8789daa61e82e13105c2e28b7f
parentf3beb9fc8612b12a6a19a446d543dce3d90b3ac5 (diff)
downloadcue-bin-split-715ff95dab1e510181044bcf146853f63cb5cec3.tar.xz
Fix test script 'pass' function
-rwxr-xr-xtest/run-tests.sh2
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()