diff options
author | Justus Winter <[email protected]> | 2017-07-13 14:06:27 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2017-07-13 14:06:27 +0000 |
commit | 7fde780cc1773c6d3902d4f49a8d4aadbf3223d4 (patch) | |
tree | b60f5385994a0291080677e542293a2b0a284f9e | |
parent | tests: Fix blunder. (diff) | |
download | gpgme-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-x | tests/start-stop-agent | 1 |
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 |