]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Feb 2024 00:27:49 +0000 (09:27 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 2 Feb 2024 00:27:52 +0000 (09:27 +0900)
Follow-up for fa8ff98ea4886442bebecd337da78e4dac3d0cb1.

test/units/testsuite-04.journal-gatewayd.sh

index fbdb315826484a89ffde54b926c0a5dc3d571c36..a58d76e2ee72a249219a03cdbfa39c8d090daf7c 100755 (executable)
@@ -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"