summaryrefslogtreecommitdiff
path: root/tests/misc
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-04-03 21:42:48 +0200
committerJim Meyering <meyering@redhat.com>2012-04-04 12:22:24 +0200
commit33230a19ca27d99629a7c8000f56ecce22e956fa (patch)
treea63b2a76eee78589504868d5fa569776a7518ece /tests/misc
parentb1e9cb9cd2945832b914922fa43808d6f467ba19 (diff)
downloadcoreutils-33230a19ca27d99629a7c8000f56ecce22e956fa.tar.xz
tests: remove nearly all remaining backticks
* tests/rm/isatty: Remove now-unneeded "# `" line. * tests/misc/ls-time: Likewise. * tests/misc/date-sec: Remove stray "`" in comment. * tests/du/long-sloop: Likewise. * tests/mv/part-symlink: Replace multi-line `...` by $(...). * tests/mv/sticky-to-xpart: Likewise. * tests/rm/fail-2eperm: Likewise. * tests/ls/nameless-uid: Likewise. * tests/cp/perm: Likewise. * tests/cp/preserve-gid: Likewise. * tests/cp/same-file: Likewise.
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_
;;