aboutsummaryrefslogtreecommitdiff
path: root/t/travis.t
diff options
context:
space:
mode:
Diffstat (limited to 't/travis.t')
-rwxr-xr-xt/travis.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/travis.t b/t/travis.t
index abcd327..bb2a60a 100755
--- a/t/travis.t
+++ b/t/travis.t
@@ -25,6 +25,7 @@ sub run {
@_
);
my $cmd = shift @{ $args{cmd} };
+ return undef unless defined $cmd;
my @cmd = ($^X, "-I$lib", "$path/$cmd", @{ $args{cmd} });
my $exit = $args{exit};
my ($output, $return) = capture_merged {