aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xt/travis.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/t/travis.sh b/t/travis.sh
index 8b79bac..5db4dbd 100755
--- a/t/travis.sh
+++ b/t/travis.sh
@@ -6,11 +6,11 @@ set -x
PERL=`which perl`
run() {
- sudo $PERL -I"SBO-Lib/lib" "$*"
+ sudo $PERL -I"SBO-Lib/lib" "$@"
}
-run(sboconfig -V 14.1)
-run(sbosnap fetch)
+run sboconfig -V 14.1
+run sbosnap fetch
echo "Not actually testing anything. Just verifying travis runs this."
exit 0