[Pkg-gnupg-commit] [gpgme] 55/103: tests: Fix distcheck.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Thu Dec 14 18:53:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gpgme.

commit 7fde780cc1773c6d3902d4f49a8d4aadbf3223d4
Author: Justus Winter <justus at g10code.com>
Date:   Thu Jul 13 16:06:27 2017 +0200

    tests: Fix distcheck.
    
    * tests/start-stop-agent: Remove backup file.
    
    Fixes-commit: 9cd2b58dfb2c21cce64520cf4c726859b583d14e
    Signed-off-by: Justus Winter <justus at g10code.com>
---
 tests/start-stop-agent | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/start-stop-agent b/tests/start-stop-agent
index 9514e0a..7901374 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
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list