From: Evgeny Vereshchagin Date: Fri, 15 Jan 2016 23:58:45 +0000 (+0000) Subject: tests: remove unnecessary --boot X-Git-Tag: v229~133^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24be78d72b931b0175f08cee12fd23d631c024bf;p=thirdparty%2Fsystemd.git 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... --- diff --git a/test/test-functions b/test/test-functions index 03753db38ac..ce6185b66ea 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() {