From: Lennart Poettering Date: Thu, 3 May 2018 13:47:42 +0000 (+0200) Subject: test: don't send image building output to /dev/null (#8886) X-Git-Tag: v239~321 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0ea21d9e88e40452c741940a54e5db244d3a04e4;p=thirdparty%2Fsystemd.git test: don't send image building output to /dev/null (#8886) Yes, the output is sometimes annyoing, but /dev/null is not the right place... I figure this redirection was left in from some debugging session, let's fix it, and make the setup_basic_environment invocation like in all other test scripts. --- diff --git a/test/TEST-15-DROPIN/test.sh b/test/TEST-15-DROPIN/test.sh index b85bffafafb..cc0d56da8a3 100755 --- a/test/TEST-15-DROPIN/test.sh +++ b/test/TEST-15-DROPIN/test.sh @@ -9,7 +9,7 @@ TEST_NO_QEMU=1 test_setup() { # create the basic filesystem layout - setup_basic_environment >/dev/null + setup_basic_environment # 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 diff --git a/test/TEST-22-TMPFILES/test.sh b/test/TEST-22-TMPFILES/test.sh index ca789333807..5b8abbfff5e 100755 --- a/test/TEST-22-TMPFILES/test.sh +++ b/test/TEST-22-TMPFILES/test.sh @@ -9,7 +9,7 @@ TEST_NO_QEMU=1 test_setup() { # create the basic filesystem layout - setup_basic_environment >/dev/null + setup_basic_environment inst_binary mv inst_binary stat inst_binary seq