aboutsummaryrefslogtreecommitdiff
path: root/integrationtests/test-recoup.sh
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-05-07 15:33:43 -0300
committerTorsten Grote <t@grobox.de>2020-05-07 15:33:43 -0300
commit38601a1c63840bc85eae166f771a974e0629db28 (patch)
tree1cba1f2300e4b752ffd8726d9d4b3bf1cd0d61ea /integrationtests/test-recoup.sh
parentb7c75bd56a484efcf77210f1541cda67e2a90f61 (diff)
downloadwallet-core-38601a1c63840bc85eae166f771a974e0629db28.tar.xz
Add test for double spending (still fails as expected)
Diffstat (limited to 'integrationtests/test-recoup.sh')
-rwxr-xr-xintegrationtests/test-recoup.sh4
1 files changed, 1 insertions, 3 deletions
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"