mirror of
https://github.com/systemd/systemd.git
synced 2025-02-03 17:47:28 +03:00
testsuite-54: drop unnecessary pipe
This commit is contained in:
parent
add53f9b93
commit
97b35c7cec
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user