summaryrefslogtreecommitdiffstats
path: root/test/TEST-50-DISSECT
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2024-01-24 12:28:41 +0100
committerLennart Poettering <lennart@poettering.net>2024-01-25 18:47:39 +0100
commitb68f4cade487aef4aab880d39cc553dbd6fed364 (patch)
tree154567271a00c291a4d56ea819a0c3d3c75bda9f /test/TEST-50-DISSECT
parentman: Document ranges for distributions config files and local config files (diff)
downloadsystemd-b68f4cade487aef4aab880d39cc553dbd6fed364.tar.xz
systemd-b68f4cade487aef4aab880d39cc553dbd6fed364.zip
dissect: add --make-archive option to convert DDI to tarball
Diffstat (limited to 'test/TEST-50-DISSECT')
-rwxr-xr-xtest/TEST-50-DISSECT/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-50-DISSECT/test.sh b/test/TEST-50-DISSECT/test.sh
index f1abce8887..613bb086ce 100755
--- a/test/TEST-50-DISSECT/test.sh
+++ b/test/TEST-50-DISSECT/test.sh
@@ -21,6 +21,7 @@ test_append_files() {
generate_module_dependencies
inst_binary wc
inst_binary sha256sum
+ inst_binary tar
if command -v openssl >/dev/null 2>&1; then
inst_binary openssl
fi