summaryrefslogtreecommitdiff
path: root/gcr/tests/files/gnupg-mock/mock-simple-error
blob: 30bb6a9749d911c30551535f586765c089f3bd38 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

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

echo -n "line 1: " >&2
echo "more line 1" >&2
echo "line 2" >&2
echo "line 3" >&2