X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=t%2Fwww_listing.t;fp=t%2Fwww_listing.t;h=45287c7dfdd5882df6dcc112702e047e6cea2de3;hb=1c3d7bd75e2c6f84bd511a17838fa9113c98578c;hp=c13d8f903883068bca419ee4d975a74c71a11820;hpb=74fe3d0dc688202adc634cfc6a9e57f1aa28d85d;p=public-inbox.git diff --git a/t/www_listing.t b/t/www_listing.t index c13d8f90..45287c7d 100644 --- a/t/www_listing.t +++ b/t/www_listing.t @@ -153,6 +153,12 @@ EOM is(xqx([qw(git config -f), "$tmpdir/incl/alt/config", 'gitweb.owner']), "lorelei \xc4\x80\n", 'gitweb.owner set by -clone'); + $clone_err = ''; + ok(run_script(['-clone', '--dry-run', + "http://$host:$port/pfx", "$tmpdir/dry-run" ], + undef, $opt), 'clone --dry-run') or diag "clone_err=$clone_err"; + ok(!-d "$tmpdir/dry-run", 'nothing cloned with --dry-run'); + undef $td; open $mh, '<', "$tmpdir/incl/manifest.js.gz" or xbail "open: $!";