tests: adjust \`...' quoting to '...' to adapt to latest gnulib
commit50610144b02763f5dd5f6198ceceb88c27c393aa
authorJim Meyering <meyering@redhat.com>
Sat, 7 Jan 2012 16:43:50 +0000 (7 17:43 +0100)
committerJim Meyering <meyering@redhat.com>
Mon, 9 Jan 2012 20:50:08 +0000 (9 21:50 +0100)
treea1b26be1db751817c2b9a4eba7c2a1b18033c5aa
parent68a959262aefc5377f5a654d72e71dd42376183e
tests: adjust \`...' quoting to '...' to adapt to latest gnulib

Run this:
  git grep -l "\\\\\`[^']*'" tests \
    |xargs perl -pi -e 's/\\\`(.*?'\'')/'\''$1/g
36 files changed:
tests/chgrp/no-x
tests/chmod/c-option
tests/chmod/equal-x
tests/chmod/no-x
tests/chmod/thru-dangling
tests/chown/basic
tests/cp/abuse
tests/cp/cp-i
tests/cp/thru-dangling
tests/dd/skip-seek-past-dev
tests/dd/skip-seek-past-file
tests/du/no-x
tests/du/slink
tests/id/gnu-zero-uids
tests/init.cfg
tests/install/install-C
tests/install/install-C-root
tests/install/install-C-selinux
tests/misc/help-version
tests/misc/ls-time
tests/misc/truncate-fail-diag
tests/misc/uniq
tests/mkdir/selinux
tests/mv/dup-source
tests/mv/force
tests/mv/i-2
tests/mv/i-3
tests/mv/mv-n
tests/mv/mv-special-1
tests/mv/part-fail
tests/mv/trailing-slash
tests/rm/rm3
tests/rm/unreadable
tests/split/l-chunk
tests/touch/fail-diag
tests/touch/not-owner