aboutsummaryrefslogtreecommitdiff
path: root/integrationtests/test-double-link.sh
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-05-08 09:58:47 -0300
committerTorsten Grote <t@grobox.de>2020-05-08 09:58:47 -0300
commit06aa5abcc7b96236b42fdf33af347f09632b6560 (patch)
tree84cfc82936a0054f0c5b74890d4b2c55eddb61e6 /integrationtests/test-double-link.sh
parent4bd372770e331f95439acf68a024f6bc11914e78 (diff)
downloadwallet-core-06aa5abcc7b96236b42fdf33af347f09632b6560.tar.xz
clean up integration test shell library
Diffstat (limited to 'integrationtests/test-double-link.sh')
-rwxr-xr-xintegrationtests/test-double-link.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/integrationtests/test-double-link.sh b/integrationtests/test-double-link.sh
index 5522b94e7..62c152734 100755
--- a/integrationtests/test-double-link.sh
+++ b/integrationtests/test-double-link.sh
@@ -2,10 +2,7 @@
# Script to check that Uris are properly handled when used a second time
source "common.sh"
-setup_config "double-link"
-setup_services
-launch_services
-wait_for_services
+normal_start_and_wait "double-link"
echo "Getting pay taler:// Uri"
PAY_URI=$(taler-wallet-cli testing gen-pay-uri -m "$MERCHANT_URL" -k sandbox -a "TESTKUDOS:1" -s "foo" | grep -E -o 'taler://.*')