diff options
author | Frantisek Sumsal <fsumsal@redhat.com> | 2023-06-16 09:56:32 +0200 |
---|---|---|
committer | Frantisek Sumsal <fsumsal@redhat.com> | 2023-06-16 09:56:32 +0200 |
commit | e46b313a626578c768f8dc98d3dc2f7e3d51bdb7 (patch) | |
tree | eb9942f891d042df9579dce6747ef108218dfac9 /test/TEST-04-JOURNAL | |
parent | Merge pull request #27927 from Geass-LL/main (diff) | |
download | systemd-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-x | test/TEST-04-JOURNAL/test.sh | 4 |
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 "$@" |