1
0
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:
Zbigniew Jędrzejewski-Szmek 2023-04-05 15:52:16 +02:00
parent add53f9b93
commit 97b35c7cec

View File

@ -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