diff options
Diffstat (limited to 'test')
-rwxr-xr-x | test/60-comirror-setup.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/60-comirror-setup.t b/test/60-comirror-setup.t index 3efdcaf..469b290 100755 --- a/test/60-comirror-setup.t +++ b/test/60-comirror-setup.t @@ -43,7 +43,7 @@ for my $i (1 .. 5) { $exit = $test->run( chdir => $cwd, - args => join(q{ }, @links[0, 1, 3]), + args => '--batch ' . join(q{ }, @links[0, 1, 3]), ); ok($exit == 0, 'Correct usage: return zero'); |