summaryrefslogtreecommitdiff
path: root/tests/yflags-cmdline-override.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/yflags-cmdline-override.test')
-rwxr-xr-xtests/yflags-cmdline-override.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/yflags-cmdline-override.test b/tests/yflags-cmdline-override.test
index 8dd272eac..662806658 100755
--- a/tests/yflags-cmdline-override.test
+++ b/tests/yflags-cmdline-override.test
@@ -32,12 +32,12 @@ cat > Makefile.am <<'END'
bin_PROGRAMS = foo
foo_SOURCES = foo.y
# A minor automake wart: automake doesn't generate code to clean
-# `*.output' files generated by yacc (it's not even clear if that
+# '*.output' files generated by yacc (it's not even clear if that
# would be useful in general, so it's probably better to be
# conservative).
CLEANFILES = foo.output
-# Another automake wart: `-d' flag won't be given at automake time,
-# so automake won't be able to generate code to clean `foo.h' :-(
+# Another automake wart: '-d' flag won't be given at automake time,
+# so automake won't be able to generate code to clean 'foo.h' :-(
MAINTAINERCLEANFILES = foo.h
END