summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2018-05-03 15:47:42 +0200
committerEvgeny Vereshchagin <evvers@ya.ru>2018-05-03 15:47:42 +0200
commit0ea21d9e88e40452c741940a54e5db244d3a04e4 (patch)
tree8410a21abb4e3a2435b62a509d50e7601cdde5df /test
parentMerge pull request #8865 from yuwata/fix-signal (diff)
downloadsystemd-0ea21d9e88e40452c741940a54e5db244d3a04e4.tar.xz
systemd-0ea21d9e88e40452c741940a54e5db244d3a04e4.zip
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.
Diffstat (limited to 'test')
-rwxr-xr-xtest/TEST-15-DROPIN/test.sh2
-rwxr-xr-xtest/TEST-22-TMPFILES/test.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/TEST-15-DROPIN/test.sh b/test/TEST-15-DROPIN/test.sh
index b85bffafaf..cc0d56da8a 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 ca78933380..5b8abbfff5 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