diff options
author | Marc Green <marcgreen@cpan.org> | 2011-06-29 15:24:44 -0400 |
---|---|---|
committer | Marc Green <marcgreen@cpan.org> | 2011-10-31 13:26:42 -0400 |
commit | e8f492aff8936e04bf96de5d7f279fded6bca9c2 (patch) | |
tree | 625fcc74406dfefac6e9c8b3861439f697266e91 /ext | |
parent | 367d88894aa7f901de9fac379e8b42de07c076c4 (diff) | |
download | perl-e8f492aff8936e04bf96de5d7f279fded6bca9c2.tar.gz |
Stop using wrong outfile
Diffstat (limited to 'ext')
-rw-r--r-- | ext/Pod-Html/t/htmldir3.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Pod-Html/t/htmldir3.t b/ext/Pod-Html/t/htmldir3.t index 0b5e6ff14e..e5f6b79002 100644 --- a/ext/Pod-Html/t/htmldir3.t +++ b/ext/Pod-Html/t/htmldir3.t @@ -29,7 +29,7 @@ convert_n_test("htmldir3", "test --htmldir and --htmlroot 3b", "--podpath=$relcwd/t", "--podroot=/", "--htmldir=t", - "--outfile=t/htmldir4.html", + "--outfile=t/htmldir3.html", ); __DATA__ |