diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:14:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 16:14:06 +0000 |
commit | eee068778cb28ecf3c14e1bf843a95547d72c42d (patch) | |
tree | 0e07b30ddc5ea579d682d5dbe57998200d1c9ab7 /tests/runtest | |
parent | Initial commit. (diff) | |
download | gnupg2-upstream/2.2.40.tar.xz gnupg2-upstream/2.2.40.zip |
Adding upstream version 2.2.40.upstream/2.2.40
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | tests/runtest | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runtest b/tests/runtest new file mode 100755 index 0000000..5c832bd --- /dev/null +++ b/tests/runtest @@ -0,0 +1,3 @@ +#!/bin/sh +[ -x "$1" ] && exec $1 $2 +exec ./asschk --no-echo -DGPGSM=${GPGSM} <"$1" |