[systemd-commits] test/TEST-01-BASIC
Kay Sievers
kay at kemper.freedesktop.org
Thu May 24 07:10:57 PDT 2012
test/TEST-01-BASIC/test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit bd2b15138e1e1da8bc21072cf585179985c902e1
Author: Harald Hoyer <harald at redhat.com>
Date: Thu May 24 16:07:35 2012 +0200
test/TEST-01-BASIC: add missing "; then"
diff --git a/test/TEST-01-BASIC/test.sh b/test/TEST-01-BASIC/test.sh
index 22517a8..6e7e97e 100755
--- a/test/TEST-01-BASIC/test.sh
+++ b/test/TEST-01-BASIC/test.sh
@@ -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
More information about the systemd-commits
mailing list