From 24be78d72b931b0175f08cee12fd23d631c024bf Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Fri, 15 Jan 2016 23:58:45 +0000 Subject: tests: remove unnecessary --boot * Use $ROOTLIBDIR/systemd always * Don't pass $ROOTLIBDIR/systemd as the first argument: $ cat /proc/1/cmdline /lib/systemd/systemd/lib/systemd/systemd... --- test/test-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-functions') diff --git a/test/test-functions b/test/test-functions index 03753db38a..ce6185b66e 100644 --- a/test/test-functions +++ b/test/test-functions @@ -92,7 +92,7 @@ $KERNEL_APPEND \ run_nspawn() { set -x - ../../systemd-nspawn --register=no --boot --directory=$TESTDIR/nspawn-root $ROOTLIBDIR/systemd $KERNEL_APPEND + ../../systemd-nspawn --register=no --directory=$TESTDIR/nspawn-root $ROOTLIBDIR/systemd $KERNEL_APPEND } setup_basic_environment() { -- cgit v1.2.3-54-g00ecf