1
0
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:
Pádraig Brady
2013-12-07 15:36:33 +00:00
parent 970b2ddea2
commit 0917c0c345

View File

@@ -55,7 +55,7 @@ for src in dirlink filelink danglink; do
"$result" \
"$ino_dst" \
"$typ_dst" \
"$(< err)" \
"$(cat err)" \
> out
# What was expected?