From 38601a1c63840bc85eae166f771a974e0629db28 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 7 May 2020 15:33:43 -0300 Subject: Add test for double spending (still fails as expected) --- integrationtests/test-recoup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'integrationtests/test-recoup.sh') diff --git a/integrationtests/test-recoup.sh b/integrationtests/test-recoup.sh index 938a8506a..72f7e1ad5 100755 --- a/integrationtests/test-recoup.sh +++ b/integrationtests/test-recoup.sh @@ -14,8 +14,6 @@ source "common.sh" setup_config "recoup" TMP_DIR=$(mktemp -d revocation-tmp-XXXXXX) -export WALLET_DB=wallet-revocation.wallet.json -rm -f $WALLET_DB taler-config -c "$CONF" -s exchange -o KEYDIR -V "${TMP_DIR}/keydir/" taler-config -c "$CONF" -s exchange -o REVOCATION_DIR -V "${TMP_DIR}/revdir/" @@ -173,7 +171,7 @@ taler-wallet-cli $TIMETRAVEL --wallet-db=$WALLET_DB testing test-pay \ -a "TESTKUDOS:0.02" -s "bar" taler-wallet-cli $TIMETRAVEL --wallet-db=$WALLET_DB run-until-done -echo "Bought something with refresh-recouped coin" +echo "SUCCESS: Bought something with refresh-recouped coin" rm -r "$TMP_DIR" -- cgit v1.2.3