diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2020-04-21 20:46:53 +0200 |
---|---|---|
committer | Frantisek Sumsal <frantisek@sumsal.cz> | 2020-04-21 23:21:08 +0200 |
commit | 86b52a39581d3e1805d939492daa6aa19130ddb7 (patch) | |
tree | 92d5331af62a7f3d1d67bb20fe81650c9edf815b /test | |
parent | e4ff03935c800b91e6919afef7515f318f9f697c (diff) | |
download | systemd-86b52a39581d3e1805d939492daa6aa19130ddb7.tar.gz |
tree-wide: fix spelling errors
Based on a report from Fossies.org using Codespell.
Followup to #15436
Diffstat (limited to 'test')
-rwxr-xr-x | test/TEST-47-ISSUE-14566/test.sh | 2 | ||||
-rwxr-xr-x | test/units/testsuite-25.sh | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/TEST-47-ISSUE-14566/test.sh b/test/TEST-47-ISSUE-14566/test.sh index 11ae3d2524..4e80ec76ff 100755 --- a/test/TEST-47-ISSUE-14566/test.sh +++ b/test/TEST-47-ISSUE-14566/test.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -e -TEST_DESCRIPTION="Test that KillMode=mixed does not leave left over proccesses with ExecStopPost=" +TEST_DESCRIPTION="Test that KillMode=mixed does not leave left over processes with ExecStopPost=" . $TEST_BASE_DIR/test-functions do_test "$@" 47 diff --git a/test/units/testsuite-25.sh b/test/units/testsuite-25.sh index 2558d5bf4c..e3dd43add3 100755 --- a/test/units/testsuite-25.sh +++ b/test/units/testsuite-25.sh @@ -119,13 +119,13 @@ machinectl remove scratch4 ! test -f /var/lib/machines/scratch4 ! machinectl image-status scratch4 -# Test import-tar hypen/stdin pipe behavior +# Test import-tar hyphen/stdin pipe behavior cat /var/tmp/scratch.tar.gz | machinectl import-tar - scratch5 test -d /var/lib/machines/scratch5 machinectl image-status scratch5 diff -r /var/tmp/scratch/ /var/lib/machines/scratch5 -# Test export-tar hypen/stdout pipe behavior +# Test export-tar hyphen/stdout pipe behavior mkdir -p /var/tmp/extract machinectl export-tar scratch5 - | tar xvf - -C /var/tmp/extract/ diff -r /var/tmp/scratch/ /var/tmp/extract/ |