diff options
author | Michael G. Schwern <schwern@pobox.com> | 2001-09-17 13:26:26 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-17 20:50:16 +0000 |
commit | 879ba0104fb07e961b8e635622eec41853e55af5 (patch) | |
tree | c45b665d5d338f3aae06c571ba17a3d8cf535744 /lib | |
parent | b8ec5d275bd1ac6c4eedcf6c06fba0ee4a22dfe4 (diff) | |
download | perl-879ba0104fb07e961b8e635622eec41853e55af5.tar.gz |
Re: filename problems
Message-ID: <20010917172626.Q585@blackrider>
p4raw-id: //depot/perl@12061
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Test/Harness/t/test-harness.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Test/Harness/t/test-harness.t b/lib/Test/Harness/t/test-harness.t index 62020005ae..80b8d9e6cd 100644 --- a/lib/Test/Harness/t/test-harness.t +++ b/lib/Test/Harness/t/test-harness.t @@ -217,7 +217,7 @@ BEGIN { }, all_ok => 0, }, - header_at_end => { + head_end => { total => { bonus => 0, max => 4, @@ -233,7 +233,7 @@ BEGIN { failed => { }, all_ok => 1, }, - header_at_end_fail=> { + head_fail => { total => { bonus => 0, max => 4, |