diff options
author | Ben Boeckel <mathstuf@gmail.com> | 2019-04-27 02:22:40 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-04-29 16:47:18 +0200 |
commit | 5238e9575906297608ff802a27e2ff9effa3b338 (patch) | |
tree | e17c534a09908167a0697a49ed3237f43134eb4c /test/TEST-22-TMPFILES | |
parent | network: drop invalid assertion (diff) | |
download | systemd-5238e9575906297608ff802a27e2ff9effa3b338.tar.xz systemd-5238e9575906297608ff802a27e2ff9effa3b338.zip |
codespell: fix spelling errors
Diffstat (limited to 'test/TEST-22-TMPFILES')
-rwxr-xr-x | test/TEST-22-TMPFILES/test-03.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-22-TMPFILES/test-03.sh b/test/TEST-22-TMPFILES/test-03.sh index 39a4badc38..8d009fb5bb 100755 --- a/test/TEST-22-TMPFILES/test-03.sh +++ b/test/TEST-22-TMPFILES/test-03.sh @@ -212,7 +212,7 @@ EOF test -f /tmp/w/overwritten test "$(< /tmp/w/overwritten)" = "new content" -### writing into an 'exotic' file sould be allowed. +### writing into an 'exotic' file should be allowed. systemd-tmpfiles --create - <<EOF w /dev/null - - - - new content EOF |