mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
tests: avoid problematic $(< file) shell construct
* tests/cp/link-deref.sh: This was seen to cause an issue with dash v0.5.6 at least, so change to a simpler expression.
This commit is contained in:
@@ -55,7 +55,7 @@ for src in dirlink filelink danglink; do
|
||||
"$result" \
|
||||
"$ino_dst" \
|
||||
"$typ_dst" \
|
||||
"$(< err)" \
|
||||
"$(cat err)" \
|
||||
> out
|
||||
|
||||
# What was expected?
|
||||
|
||||
Reference in New Issue
Block a user