summaryrefslogtreecommitdiff
path: root/ext/Pod-Html/t/htmldir2.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/Pod-Html/t/htmldir2.t')
-rw-r--r--ext/Pod-Html/t/htmldir2.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/Pod-Html/t/htmldir2.t b/ext/Pod-Html/t/htmldir2.t
index b5f5b48105..d1add488e7 100644
--- a/ext/Pod-Html/t/htmldir2.t
+++ b/ext/Pod-Html/t/htmldir2.t
@@ -14,12 +14,14 @@ my $data_pos = tell DATA; # to read <DATA> twice
convert_n_test("htmldir2", "test --htmldir and --htmlroot 2a",
"--podpath=t",
"--htmldir=t",
+ "--quiet",
);
seek DATA, $data_pos, 0; # to read <DATA> twice (expected output is the same)
convert_n_test("htmldir2", "test --htmldir and --htmlroot 2b",
"--podpath=t",
+ "--quiet",
);
seek DATA, $data_pos, 0; # to read <DATA> thrice (expected output is the same)
@@ -29,6 +31,7 @@ convert_n_test("htmldir2", "test --htmldir and --htmlroot 2c",
"--podpath=t",
"--podroot=$cwd",
"--norecurse", # testing --norecurse, too
+ "--quiet",
);
__DATA__