about summary refs log tree commit homepage
path: root/t
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-11-25 00:09:03 +0000
committerEric Wong <e@80x24.org>2023-11-25 00:10:17 +0000
commit1422ef64676ee393b54ff817ebec01d326fdc97c (patch)
treeef2f9945790499e687f75efc01717ee82db20de6 /t
parent4e6b4ae212e05d0b6182275b2c66e5a579c5a266 (diff)
downloadpublic-inbox-1422ef64676ee393b54ff817ebec01d326fdc97c.tar.gz
Yes, that was valid Perl syntax :x
Diffstat (limited to 't')
-rw-r--r--t/cindex-join.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cindex-join.t b/t/cindex-join.t
index 0972afa4..2836eb6c 100644
--- a/t/cindex-join.t
+++ b/t/cindex-join.t
@@ -41,7 +41,7 @@ EOM
 
 while (my ($url, $v, $ng) = splice(@inboxes, 0, 3)) {
         my ($key) = ($url =~ m!/([^/]+)\z!);
-        my @opt = (version => $v, tmpdir => "$tmpdir/$key" -no_gc => 1);
+        my @opt = (version => $v, tmpdir => "$tmpdir/$key", -no_gc => 1);
         $inboxes{$key} = create_inbox $key, @opt, sub {
                 my ($im, $ibx) = @_;
                 $im->done;