aboutsummaryrefslogtreecommitdiff
path: root/integrationtests/test-double-spend.sh
diff options
context:
space:
mode:
Diffstat (limited to 'integrationtests/test-double-spend.sh')
-rwxr-xr-xintegrationtests/test-double-spend.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/integrationtests/test-double-spend.sh b/integrationtests/test-double-spend.sh
index ee2a966f7..6edf22a2c 100755
--- a/integrationtests/test-double-spend.sh
+++ b/integrationtests/test-double-spend.sh
@@ -2,10 +2,7 @@
# Script to check that the wallet can not double spend coins and handles this error well
source "common.sh"
-setup_config "double-spend"
-setup_services
-launch_services
-wait_for_services
+normal_start_and_wait "double-spend"
echo "Withdraw TESTKUDOS"
taler-wallet-cli --wallet-db="$WALLET_DB" --no-throttle testing withdraw -e "$EXCHANGE_URL" -b "$BANK_URL" -a "TESTKUDOS:10" >/dev/null