summaryrefslogtreecommitdiff
path: root/tests/misc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc')
-rwxr-xr-xtests/misc/date-sec2
-rwxr-xr-xtests/misc/ls-time1
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/misc/date-sec b/tests/misc/date-sec
index df77fe7bd..a46b47903 100755
--- a/tests/misc/date-sec
+++ b/tests/misc/date-sec
@@ -1,6 +1,6 @@
#!/bin/sh
# Ensure that a command like
-# `date --date="21:04 +0100" +%S' always prints '00'.
+# date --date="21:04 +0100" +%S' always prints '00'.
# Before coreutils-5.2.1, it would print the seconds from the current time.
# Copyright (C) 2004-2012 Free Software Foundation, Inc.
diff --git a/tests/misc/ls-time b/tests/misc/ls-time
index 7bc3c642b..7d1f205fc 100755
--- a/tests/misc/ls-time
+++ b/tests/misc/ls-time
@@ -70,7 +70,6 @@ tests in this file will not be run.
In the output below, the date of last modification for 'a' should
have been $t3.
EOF
- #`
ls --full -l a
framework_failure_
;;