summaryrefslogtreecommitdiffstats
path: root/framework/domain/mimetreeparser/tests/gnupg_home/pinentry-fake.sh
diff options
context:
space:
mode:
Diffstat (limited to 'framework/domain/mimetreeparser/tests/gnupg_home/pinentry-fake.sh')
-rwxr-xr-xframework/domain/mimetreeparser/tests/gnupg_home/pinentry-fake.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/framework/domain/mimetreeparser/tests/gnupg_home/pinentry-fake.sh b/framework/domain/mimetreeparser/tests/gnupg_home/pinentry-fake.sh
new file mode 100755
index 00000000..7135a942
--- /dev/null
+++ b/framework/domain/mimetreeparser/tests/gnupg_home/pinentry-fake.sh
@@ -0,0 +1,9 @@
1#!/bin/sh
2
3echo "OK Your orders please"
4while :
5do
6 read cmd
7 echo "OK"
8 [ "$cmd" = "BYE" ] && break
9done