aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-16 22:34:16 +0100
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2015-12-16 22:34:16 +0100
commit31841a486b67af554c4596ac4fc2dbba854492ee (patch)
tree9c38a1dcf29966403c57bc37fb9bb424114863c8
parentcdff2296c945f3692352842bdfe0f52dde5761ff (diff)
downloadsbotools2-31841a486b67af554c4596ac4fc2dbba854492ee.tar.xz
Found the missing comma
-rwxr-xr-xt/travis.t3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/travis.t b/t/travis.t
index 902f2ac..61ca69f 100755
--- a/t/travis.t
+++ b/t/travis.t
@@ -21,10 +21,9 @@ sub run {
my %args = (
exit => 0,
cmd => [],
- input => undef
+ input => undef,
@_
);
- note explain \%args;
my $cmd = shift @{ $args{cmd} };
return undef unless defined $cmd;
my @cmd = ($^X, "-I$lib", "$path/$cmd", @{ $args{cmd} });