tests: don't run test on incomplete setup

This is a follow-up commit for
https://github.com/systemd/systemd/pull/1937

See https://github.com/systemd/systemd/pull/2030
This commit is contained in:
Evgeny Vereshchagin 2015-11-27 13:29:51 +00:00
parent d353a16d1f
commit c7bb28732f
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ EOF
cp test-journal.sh $initdir/
setup_testsuite
)
) || return 1
setup_nspawn_root
ddebug "umount $TESTDIR/root"