]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/test/test-systemd-tmpfiles.py
Fail on unknown (alphanumerical) specifiers
[thirdparty/systemd.git] / src / test / test-systemd-tmpfiles.py
index 0f45bd4f761a97f5ef3931b08551f7af8968a3cd..75d8fd36577b94d096bce2b16800511bb33d0e7f 100755 (executable)
@@ -32,10 +32,10 @@ if __name__ == '__main__':
     test_invalid_line('f++ /too/many/plusses')
     test_invalid_line('f+!+ /too/many/plusses')
     test_invalid_line('f!+! /too/many/bangs')
-    #test_invalid_line('w /unresolved/argument - - - - "%Y"')
-    #test_invalid_line('w /unresolved/argument/sandwich - - - - "%v%Y%v"')
-    #test_invalid_line('w /unresolved/filename/%Y - - - - "whatever"')
-    #test_invalid_line('w /unresolved/filename/sandwich/%v%Y%v - - - - "whatever"')
+    test_invalid_line('w /unresolved/argument - - - - "%Y"')
+    test_invalid_line('w /unresolved/argument/sandwich - - - - "%v%Y%v"')
+    test_invalid_line('w /unresolved/filename/%Y - - - - "whatever"')
+    test_invalid_line('w /unresolved/filename/sandwich/%v%Y%v - - - - "whatever"')
     test_invalid_line('w - - - - - "no file specfied"')
     test_invalid_line('C - - - - - "no file specfied"')
     test_invalid_line('C non/absolute/path - - - - -')