From 33230a19ca27d99629a7c8000f56ecce22e956fa Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 3 Apr 2012 21:42:48 +0200 Subject: 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. --- tests/ls/nameless-uid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/ls') diff --git a/tests/ls/nameless-uid b/tests/ls/nameless-uid index 1c8c4718f..5b45b091b 100755 --- a/tests/ls/nameless-uid +++ b/tests/ls/nameless-uid @@ -22,9 +22,9 @@ print_ver_ ls require_root_ require_perl_ -nameless_uid=`$PERL -e ' +nameless_uid=$($PERL -e ' foreach my $i (1000..16*1024) { getpwuid $i or (print "$i\n"), exit } -'` +') if test x$nameless_uid = x; then skip_ "couldn't find a nameless UID" -- cgit v1.2.3-54-g00ecf