mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
test: add tests for %j and %J specifier in test-execute (#8838)
Follow-up for 250e9fadbc.
This commit is contained in:
committed by
Zbigniew Jędrzejewski-Szmek
parent
c73bb2676f
commit
545673d4b0
@@ -9,6 +9,8 @@ ExecStart=test %p = exec-specifier
|
||||
ExecStart=test %P = exec/specifier
|
||||
ExecStart=test %i = ""
|
||||
ExecStart=test %I = ""
|
||||
ExecStart=test %j = specifier
|
||||
ExecStart=test %J = specifier
|
||||
ExecStart=test %f = /exec/specifier
|
||||
ExecStart=test %t = /run
|
||||
ExecStart=test %S = /var/lib
|
||||
|
||||
@@ -9,6 +9,8 @@ ExecStart=test %p = exec-specifier
|
||||
ExecStart=test %P = exec/specifier
|
||||
ExecStart=test %i = foo-bar
|
||||
ExecStart=test %I = foo/bar
|
||||
ExecStart=test %j = specifier
|
||||
ExecStart=test %J = specifier
|
||||
ExecStart=test %f = /foo/bar
|
||||
ExecStart=test %t = /run
|
||||
ExecStart=test %S = /var/lib
|
||||
|
||||
Reference in New Issue
Block a user