diff options
-rw-r--r-- | t/50-icli.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/50-icli.t b/t/50-icli.t index 6b3129a..e9763df 100644 --- a/t/50-icli.t +++ b/t/50-icli.t @@ -3,6 +3,9 @@ use strict; use warnings; use 5.010; +# We need commas in our qw list, they're not accidental +no warnings 'qw'; + use Test::Command tests => (36*3); my $icli = 'bin/icli -f t/in/status.dat -c t/in/objects.cache'; |