test: add tests for %j and %J specifier in test-execute (#8838)

Follow-up for 250e9fadbc.
This commit is contained in:
Yu Watanabe
2018-04-27 20:07:23 +09:00
committed by Zbigniew Jędrzejewski-Szmek
parent c73bb2676f
commit 545673d4b0
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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