mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
testsuite-54: drop unnecessary pipe
This commit is contained in:
@@ -103,7 +103,7 @@ systemd-run -p LoadCredential=cred:/tmp/ts54-creds \
|
||||
'${CREDENTIALS_DIRECTORY}/cred_bar' \
|
||||
'${CREDENTIALS_DIRECTORY}/cred_baz' \
|
||||
'${CREDENTIALS_DIRECTORY}/cred_sub_qux' >/tmp/ts54-concat
|
||||
( echo -n abcd ) | cmp /tmp/ts54-concat
|
||||
cmp /tmp/ts54-concat <(echo -n abcd)
|
||||
rm /tmp/ts54-concat
|
||||
rm -rf /tmp/ts54-creds
|
||||
|
||||
|
||||
Reference in New Issue
Block a user