gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-merchant] branch master updated: always put XXXXXX at the end (#6


From: gnunet
Subject: [taler-merchant] branch master updated: always put XXXXXX at the end (#6869)
Date: Mon, 17 May 2021 14:44:28 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 6060c480 always put XXXXXX at the end (#6869)
6060c480 is described below

commit 6060c480d725ef920b74393d9d178e491b2d2d42
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon May 17 14:44:19 2021 +0200

    always put XXXXXX at the end (#6869)
---
 src/testing/initialize_taler_system.sh | 6 +++---
 src/testing/test_key_rotation.sh       | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/testing/initialize_taler_system.sh 
b/src/testing/initialize_taler_system.sh
index 40ae0006..8b1c90d6 100755
--- a/src/testing/initialize_taler_system.sh
+++ b/src/testing/initialize_taler_system.sh
@@ -30,12 +30,12 @@ function cleanup()
 
 # Exchange configuration file will be edited, so we create one
 # from the template.
-CONF=`mktemp test_templateXXXXXX.conf`
+CONF=`mktemp test_template.conf-XXXXXX`
 cp test_template.conf $CONF
 
 TMP_DIR=`mktemp -d keys-tmp-XXXXXX`
-WALLET_DB=`mktemp test_walletXXXXXX.json`
-LAST_RESPONSE=`mktemp test_responseXXXXXX.conf`
+WALLET_DB=`mktemp test_wallet.json-XXXXXX`
+LAST_RESPONSE=`mktemp test_response.conf-XXXXXX`
 
 # Install cleanup handler (except for kill -9)
 trap cleanup EXIT
diff --git a/src/testing/test_key_rotation.sh b/src/testing/test_key_rotation.sh
index 1806b313..ceb5502c 100755
--- a/src/testing/test_key_rotation.sh
+++ b/src/testing/test_key_rotation.sh
@@ -43,11 +43,11 @@ function cleanup()
 
 # Exchange configuration file will be edited, so we create one
 # from the template.
-CONF=`mktemp test_templateXXXXXX.conf`
+CONF=`mktemp test_template.conf-XXXXXX`
 cp test_key_rotation.conf $CONF
 
 TMP_DIR=`mktemp -d keys-tmp-XXXXXX`
-WALLET_DB=`mktemp test_walletXXXXXX.json`
+WALLET_DB=`mktemp test_wallet.json-XXXXXX`
 
 # Install cleanup handler (except for kill -9)
 trap cleanup EXIT

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]