aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2017-07-13 14:06:27 +0000
committerJustus Winter <[email protected]>2017-07-13 14:06:27 +0000
commit7fde780cc1773c6d3902d4f49a8d4aadbf3223d4 (patch)
treeb60f5385994a0291080677e542293a2b0a284f9e
parenttests: Fix blunder. (diff)
downloadgpgme-7fde780cc1773c6d3902d4f49a8d4aadbf3223d4.tar.gz
gpgme-7fde780cc1773c6d3902d4f49a8d4aadbf3223d4.zip
tests: Fix distcheck.
* tests/start-stop-agent: Remove backup file. Fixes-commit: 9cd2b58dfb2c21cce64520cf4c726859b583d14e Signed-off-by: Justus Winter <[email protected]>
-rwxr-xr-xtests/start-stop-agent1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/start-stop-agent b/tests/start-stop-agent
index 9514e0a1..79013741 100755
--- a/tests/start-stop-agent
+++ b/tests/start-stop-agent
@@ -39,6 +39,7 @@ do
mv "$GNUPGHOME/$F" "$GNUPGHOME/$F~"
sed -e "s#^agent-program.*#agent-program ${GPG_AGENT}|--debug-quick-random#" \
>"$GNUPGHOME/$F" <"$GNUPGHOME/$F~"
+ rm "$GNUPGHOME/$F~"
fi
done