summaryrefslogtreecommitdiff
path: root/gcr/tests/files/gnupg-mock/mock-fail-signal
blob: decf8a4bc3570a615b51427371b8fab9968aedbd (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# This script is used with test-gnupg-process
set -euf

echo $1 > /tmp/xxx
kill -s $1 $$
sleep 5