diff options
author | Jim Meyering <meyering@redhat.com> | 2012-04-03 21:42:48 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-04-04 12:22:24 +0200 |
commit | 33230a19ca27d99629a7c8000f56ecce22e956fa (patch) | |
tree | a63b2a76eee78589504868d5fa569776a7518ece /tests/du/long-sloop | |
parent | b1e9cb9cd2945832b914922fa43808d6f467ba19 (diff) | |
download | coreutils-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/du/long-sloop')
-rwxr-xr-x | tests/du/long-sloop | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/du/long-sloop b/tests/du/long-sloop index f9e70ad00..48e2e30ac 100755 --- a/tests/du/long-sloop +++ b/tests/du/long-sloop @@ -50,8 +50,8 @@ echo foo > $i # The following also serves to record in 'err' the string # corresponding to strerror (ELOOP). This is necessary because while # Linux/libc gives 'Too many levels of symbolic links', Solaris -# renders it as `Number of symbolic links encountered during path -# name traversal exceeds MAXSYMLINKS'. +# renders it as "Number of symbolic links encountered during path +# name traversal exceeds MAXSYMLINKS". cat $file > /dev/null 2> err && skip_ 'Your system appears to be able to handle more than $n symlinks |