mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
tests: convert one ... expression manually
* tests/ls/stat-vs-dirent: Manually convert `(...)` to $(...), to avoid automatically producing an invalid result.
This commit is contained in:
@@ -52,7 +52,7 @@ while :; do
|
||||
fi
|
||||
fi
|
||||
|
||||
t=`(cd "$t/.."; pwd)`
|
||||
t=$(cd "$t/.."; pwd)
|
||||
dev_ino=`stat --format=%d-%i "$t"`
|
||||
test $dev_ino = $root_dev_ino && break
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user