diff --git a/ts/ts.pl b/ts/ts.pl index f7440f9..5d1e7ae 100644 --- a/ts/ts.pl +++ b/ts/ts.pl @@ -3,7 +3,7 @@ use strict; use POSIX; use Time::HiRes qw(gettimeofday); my $use_microseconds; -if ($ARGV[0] eq '-u') { +if (($ARGV[0] || "") eq '-u') { $use_microseconds = 1; shift; }