summaryrefslogtreecommitdiff
path: root/tests/mv/i-4
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mv/i-4')
-rwxr-xr-xtests/mv/i-46
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/mv/i-4 b/tests/mv/i-4
index b2222c778..5a95e9963 100755
--- a/tests/mv/i-4
+++ b/tests/mv/i-4
@@ -1,5 +1,5 @@
#!/bin/sh
-# make sure `mv -i a b' does its job with a positive response
+# make sure 'mv -i a b' does its job with a positive response
# Copyright (C) 2001, 2005-2012 Free Software Foundation, Inc.
@@ -32,9 +32,9 @@ case "`cat b`" in
*) fail=1 ;;
esac
-# Ensure that mv -i a b works properly with `n' and `y'
+# Ensure that mv -i a b works properly with 'n' and 'y'
# responses, even when a and b are hard links to the same file.
-# This `n' test would fail (no prompt) for coreutils-5.0.1 through 5.3.0.
+# This 'n' test would fail (no prompt) for coreutils-5.0.1 through 5.3.0.
echo n > n
rm -f a b
echo a > a