diff options
author | Lennart Poettering <lennart@poettering.net> | 2017-11-28 19:36:52 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2017-12-05 13:49:13 +0100 |
commit | f2d566b7280ea09a624671c2c4aad432a9976244 (patch) | |
tree | 20d8712e9f049306b4073278d1487f8456f8fca8 /test | |
parent | de54e02d5e2d4735edface6505b49b99b6bacc85 (diff) | |
download | systemd-f2d566b7280ea09a624671c2c4aad432a9976244.tar.gz systemd-f2d566b7280ea09a624671c2c4aad432a9976244.tar.bz2 systemd-f2d566b7280ea09a624671c2c4aad432a9976244.zip |
tests: make TEST-10-ISSUE-2467 also run in nspawn
No reason not to run it in nspawn, and it's easier to debug than the
qemu version.
Diffstat (limited to 'test')
-rwxr-xr-x | test/TEST-10-ISSUE-2467/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-10-ISSUE-2467/test.sh b/test/TEST-10-ISSUE-2467/test.sh index e7eb1cb303..e027c9d81d 100755 --- a/test/TEST-10-ISSUE-2467/test.sh +++ b/test/TEST-10-ISSUE-2467/test.sh @@ -3,7 +3,6 @@ # ex: ts=8 sw=4 sts=4 et filetype=sh set -e TEST_DESCRIPTION="https://github.com/systemd/systemd/issues/2467" -TEST_NO_NSPAWN=1 . $TEST_BASE_DIR/test-functions SKIP_INITRD=yes @@ -49,6 +48,7 @@ EOF setup_testsuite ) || return 1 + setup_nspawn_root # mask some services that we do not want to run in these tests ln -s /dev/null $initdir/etc/systemd/system/systemd-hwdb-update.service |