summaryrefslogtreecommitdiff
path: root/tests/yacc-clean-cxx.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/yacc-clean-cxx.test')
-rwxr-xr-xtests/yacc-clean-cxx.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/yacc-clean-cxx.test b/tests/yacc-clean-cxx.test
index 5fc815e6b..7d9e1ae89 100755
--- a/tests/yacc-clean-cxx.test
+++ b/tests/yacc-clean-cxx.test
@@ -18,7 +18,7 @@
# Yacc sources are cleaned by "make clean", while C++ source and
# header files derived from distributed Yacc sources are cleaned by
# "make maintainer-clean".
-# See also sister test `yacc-clean.test'.
+# See also sister test 'yacc-clean.test'.
required=yacc
. ./defs || Exit 1
@@ -33,7 +33,7 @@ AC_OUTPUT
END
cat > Makefile.am << 'END'
-# Use two subdirectories, one to test with `-d' in YFLAGS, the
+# Use two subdirectories, one to test with '-d' in YFLAGS, the
# other one to test with empty YFLAGS.
SUBDIRS = sub1 sub2
END