mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-06-15 18:25:53 +00:00
test/TEST-01-BASIC: add missing "; then"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user