test/TEST-01-BASIC: add missing "; then"

This commit is contained in:
Harald Hoyer 2012-05-24 16:07:35 +02:00
parent 7b17d413b1
commit bd2b15138e
1 changed files with 1 additions and 1 deletions

View File

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