summaryrefslogtreecommitdiff
path: root/src/test/test-systemd-tmpfiles.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/test-systemd-tmpfiles.py')
-rwxr-xr-xsrc/test/test-systemd-tmpfiles.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/test-systemd-tmpfiles.py b/src/test/test-systemd-tmpfiles.py
index 83a66e8772..7f4af38940 100755
--- a/src/test/test-systemd-tmpfiles.py
+++ b/src/test/test-systemd-tmpfiles.py
@@ -52,8 +52,8 @@ def test_invalids(*, user):
test_line('w /unresolved/argument/sandwich - - - - "%v%Y%v"', user=user)
test_line('w /unresolved/filename/%Y - - - - "whatever"', user=user)
test_line('w /unresolved/filename/sandwich/%v%Y%v - - - - "whatever"', user=user)
- test_line('w - - - - - "no file specfied"', user=user)
- test_line('C - - - - - "no file specfied"', user=user)
+ test_line('w - - - - - "no file specified"', user=user)
+ test_line('C - - - - - "no file specified"', user=user)
test_line('C non/absolute/path - - - - -', user=user)
test_line('b - - - - - -', user=user)
test_line('b 1234 - - - - -', user=user)