aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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} });