summaryrefslogtreecommitdiff
path: root/tests/conflnk.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/conflnk.test')
-rwxr-xr-xtests/conflnk.test6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/conflnk.test b/tests/conflnk.test
index 75f9f2ee5..93851ca8c 100755
--- a/tests/conflnk.test
+++ b/tests/conflnk.test
@@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# Test to make sure links created by AC_CONFIG_LINKS get removed with
-# `make distclean'
+# 'make distclean'
. ./defs || Exit 1
@@ -41,7 +41,7 @@ $AUTOMAKE
$AUTOCONF
./configure
-# Make sure nothing is deleted by `make clean'
+# Make sure nothing is deleted by 'make clean'
$MAKE clean
test -r dest
@@ -53,7 +53,7 @@ test -r sdir-no-make/dest6
test -f src
test -f sdir/src2
-# Make sure the links are deleted by `make distclean' and the original files
+# Make sure the links are deleted by 'make distclean' and the original files
# are not.
$MAKE distclean