diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-02-02 01:27:49 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-02-02 01:27:52 +0100 |
commit | 58125c192096ec92c7aefb5ca11dfec11462f470 (patch) | |
tree | 6c0266605131f6f2c262b4195d7426827e844211 /test/units/testsuite-04.journal-gatewayd.sh | |
parent | man/creds: fix typo (diff) | |
download | systemd-58125c192096ec92c7aefb5ca11dfec11462f470.tar.xz systemd-58125c192096ec92c7aefb5ca11dfec11462f470.zip |
test: fix typo
Follow-up for fa8ff98ea4886442bebecd337da78e4dac3d0cb1.
Diffstat (limited to '')
-rwxr-xr-x | test/units/testsuite-04.journal-gatewayd.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/testsuite-04.journal-gatewayd.sh b/test/units/testsuite-04.journal-gatewayd.sh index fbdb315826..a58d76e2ee 100755 --- a/test/units/testsuite-04.journal-gatewayd.sh +++ b/test/units/testsuite-04.journal-gatewayd.sh @@ -154,7 +154,7 @@ systemd-run --unit="test-gatewayd.service" --socket-property="ListenStream=19531 # See: https://github.com/systemd/systemd/issues/9858 OUT="$(mktemp)" for _ in {0..4}; do - curl --fail-with-body -d "plese process this🐱 $RANDOM" -L http://localhost:19531/upload | tee "$OUT" + curl --fail-with-body -d "please process this🐱 $RANDOM" -L http://localhost:19531/upload | tee "$OUT" (! grep '[^[:print:]]' "$OUT") done curl --fail-with-body --upload-file "$GATEWAYD_FILE" -L http://localhost:19531/upload | tee "$OUT" |