summaryrefslogtreecommitdiffstats
path: root/test/TEST-04-JOURNAL
diff options
context:
space:
mode:
authorFrantisek Sumsal <fsumsal@redhat.com>2023-06-16 09:56:32 +0200
committerFrantisek Sumsal <fsumsal@redhat.com>2023-06-16 09:56:32 +0200
commite46b313a626578c768f8dc98d3dc2f7e3d51bdb7 (patch)
treeeb9942f891d042df9579dce6747ef108218dfac9 /test/TEST-04-JOURNAL
parentMerge pull request #27927 from Geass-LL/main (diff)
downloadsystemd-e46b313a626578c768f8dc98d3dc2f7e3d51bdb7.tar.xz
systemd-e46b313a626578c768f8dc98d3dc2f7e3d51bdb7.zip
test: clean up the new test case a bit
Follow-up to 61cecfa0d8.
Diffstat (limited to 'test/TEST-04-JOURNAL')
-rwxr-xr-xtest/TEST-04-JOURNAL/test.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/TEST-04-JOURNAL/test.sh b/test/TEST-04-JOURNAL/test.sh
index 09516d11f5..507dace514 100755
--- a/test/TEST-04-JOURNAL/test.sh
+++ b/test/TEST-04-JOURNAL/test.sh
@@ -14,10 +14,6 @@ test_append_files() {
cp -av "${TEST_BASE_DIR:?}/test-journals/"* "$workspace/test-journals/"
inst_binary unzstd
-
- (
- command -v logger >/dev/null 2>&1 && inst_binary logger
- )
}
do_test "$@"