diff options
author | Lennart Poettering <lennart@poettering.net> | 2018-05-03 15:47:42 +0200 |
---|---|---|
committer | Evgeny Vereshchagin <evvers@ya.ru> | 2018-05-03 15:47:42 +0200 |
commit | 0ea21d9e88e40452c741940a54e5db244d3a04e4 (patch) | |
tree | 8410a21abb4e3a2435b62a509d50e7601cdde5df /test/TEST-15-DROPIN/test.sh | |
parent | Merge pull request #8865 from yuwata/fix-signal (diff) | |
download | systemd-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/TEST-15-DROPIN/test.sh')
-rwxr-xr-x | test/TEST-15-DROPIN/test.sh | 2 |
1 files changed, 1 insertions, 1 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 |