summaryrefslogtreecommitdiff
path: root/t/tap-fancy.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-fancy.sh')
-rwxr-xr-xt/tap-fancy.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/tap-fancy.sh b/t/tap-fancy.sh
index 846a9d0e6..e17cc78a9 100755
--- a/t/tap-fancy.sh
+++ b/t/tap-fancy.sh
@@ -24,9 +24,9 @@
#
# From manpage Test::Harness::TAP(3):
#
-# ``Lines written to standard output matching /^(not )?ok\b/ must be
+# Lines written to standard output matching /^(not )?ok\b/ must be
# interpreted as test lines. All other lines must not be considered
-# test output.''
+# test output.
#
# Unfortunately, the exact format of TODO and SKIP directives is not as
# clearly described in that manpage; but a simple reverse-engineering of