diff options
author | David Tardon <dtardon@redhat.com> | 2024-02-16 16:22:05 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-02-19 17:45:19 +0100 |
commit | dfdcc7c987bf9d66ecdb7e4a88e8abdb342df299 (patch) | |
tree | 2d2638f81793522fd1629111c6570bfdafc17fc8 /test/test-functions | |
parent | ci(labeler): add policy for `escape` labeler (diff) | |
download | systemd-dfdcc7c987bf9d66ecdb7e4a88e8abdb342df299.tar.xz systemd-dfdcc7c987bf9d66ecdb7e4a88e8abdb342df299.zip |
test: add a test for #31384
Diffstat (limited to 'test/test-functions')
-rw-r--r-- | test/test-functions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-functions b/test/test-functions index a3bb4abc00..f99d177e2f 100644 --- a/test/test-functions +++ b/test/test-functions @@ -256,6 +256,7 @@ BASICTOOLS=( useradd userdel wc + whoami xargs xzcat ) |