diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-01-24 12:28:41 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2024-01-25 18:47:39 +0100 |
commit | b68f4cade487aef4aab880d39cc553dbd6fed364 (patch) | |
tree | 154567271a00c291a4d56ea819a0c3d3c75bda9f /test/TEST-50-DISSECT | |
parent | man: Document ranges for distributions config files and local config files (diff) | |
download | systemd-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-x | test/TEST-50-DISSECT/test.sh | 1 |
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 |