diff options
author | Daniel Friesel <derf@finalrewind.org> | 2010-12-12 00:00:07 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2010-12-12 00:00:07 +0100 |
commit | 14a3c31190e310f46a3028d1b3b0c078fcad4011 (patch) | |
tree | aee256ac372159c5567e59cf48acc4daa763db49 /t/50-icli.t | |
parent | 472ff7e113191d8387d8091b1cfbd55ccc25c99e (diff) |
Either cut off or break too long lines. qick&dirty, cleanup later. Closes gh/6
Diffstat (limited to 't/50-icli.t')
-rw-r--r-- | t/50-icli.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/50-icli.t b/t/50-icli.t index a5fc8a6..7c48b4f 100644 --- a/t/50-icli.t +++ b/t/50-icli.t @@ -8,7 +8,7 @@ no warnings 'qw'; use Test::Command tests => (38*3); -my $icli = 'bin/icli -f t/in/status.dat -c t/in/objects.cache'; +my $icli = 'bin/icli -f t/in/status.dat -c t/in/objects.cache -xn'; my $EMPTY = q{}; |