summaryrefslogtreecommitdiff
path: root/tests/du/two-args
diff options
context:
space:
mode:
Diffstat (limited to 'tests/du/two-args')
-rwxr-xr-xtests/du/two-args2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/du/two-args b/tests/du/two-args
index 0d88c98ed..7b4359dc9 100755
--- a/tests/du/two-args
+++ b/tests/du/two-args
@@ -32,7 +32,7 @@ mkdir -p $t/1 $t/2 || framework_failure_
test -d $t || fail=1
du $t/1 $t/2 > /dev/null || fail=1
-# Make sure `du . $t' and `du .. $t' work.
+# Make sure 'du . $t' and 'du .. $t' work.
# These would fail prior to fileutils-4.0y.
du . $t > /dev/null || fail=1
du .. $t > /dev/null || fail=1