mirror of
https://github.com/systemd/systemd.git
synced 2024-11-27 12:13:33 +08:00
test/TEST-01-BASIC: add missing "; then"
This commit is contained in:
parent
7b17d413b1
commit
bd2b15138e
@ -43,7 +43,7 @@ run_nspawn() {
|
||||
|
||||
test_run() {
|
||||
run_qemu || return 1
|
||||
if [[ -d /sys/fs/cgroup/systemd ]]
|
||||
if [[ -d /sys/fs/cgroup/systemd ]]; then
|
||||
run_nspawn || return 1
|
||||
fi
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user