summaryrefslogtreecommitdiff
path: root/test/60-comirror-setup.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/60-comirror-setup.t')
-rwxr-xr-xtest/60-comirror-setup.t2
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');