summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorjkeenan <jkeenan@cpan.org>2011-11-19 22:12:05 -0500
committerFather Chrysostomos <sprout@cpan.org>2011-11-22 16:27:22 -0800
commit2338da5a00e98910006b24c724aeb72c75ac8d22 (patch)
tree773f3a8823c035541f8099c743846b46dc25541d /t
parent8e60c7a01db00f55e8a8f8eee88b044790983498 (diff)
downloadperl-2338da5a00e98910006b24c724aeb72c75ac8d22.tar.gz
[RT #36079] Due to test failures, revert conversion from backtick to single quote.
Diffstat (limited to 't')
-rw-r--r--t/porting/diag.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/porting/diag.t b/t/porting/diag.t
index d89988648f..50aa996f3d 100644
--- a/t/porting/diag.t
+++ b/t/porting/diag.t
@@ -384,10 +384,10 @@ Can't return array to lvalue scalar context
Can't return a %s from lvalue subroutine
Can't return hash to lvalue scalar context
Can't spawn "%s": %s
-Can't %s script '%s' with ARGV[0] being '%s'
+Can't %s script `%s' with ARGV[0] being `%s'
Can't %s "%s": %s
Can't %s %s%s%s
-Can't %s '%s' with ARGV[0] being '%s' (looking for executables only, not found)
+Can't %s `%s' with ARGV[0] being `%s' (looking for executables only, not found)
Can't take %s of %f
Can't use '%c' after -mname
Can't use string ("%s"%s) as a subroutine ref while "strict refs" in use