summaryrefslogtreecommitdiff
path: root/tests/tests-environment-backcompat.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests-environment-backcompat.test')
-rwxr-xr-xtests/tests-environment-backcompat.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tests-environment-backcompat.test b/tests/tests-environment-backcompat.test
index f773cbdf6..61b2728cf 100755
--- a/tests/tests-environment-backcompat.test
+++ b/tests/tests-environment-backcompat.test
@@ -39,7 +39,7 @@ echo 'exit (0);' > bar.pl
cat > baz.pl << 'END'
# With "use strict" enacted, this will cause an error, since the
-# variable `$x' is not declared with `my' nor specified with an
+# variable '$x' is not declared with 'my' nor specified with an
# explicit package name.
$x = 0;
exit ($x);