From 8a5b911b15c02bd9bd5bd0d52abbdd095f1f5ae8 Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Mon, 14 Dec 2015 00:02:30 +0100 Subject: This seems a better incantation --- t/travis.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 't/travis.sh') 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 -- cgit v1.2.3