aboutsummaryrefslogtreecommitdiff
path: root/integrationtests/test-base.sh
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2020-08-13 00:41:53 +0530
committerFlorian Dold <florian.dold@gmail.com>2020-08-13 00:41:53 +0530
commitdb65f0a20669a81cb7db4425d7d044b8ff49952a (patch)
tree280ebbc25fdc3aed12ae3ebbecb692c1b0e39093 /integrationtests/test-base.sh
parente9ed3b18672af919efa12364b97fd2b7efe21cd9 (diff)
remove old tests, superseded by the JS-based harness
Diffstat (limited to 'integrationtests/test-base.sh')
-rwxr-xr-xintegrationtests/test-base.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/integrationtests/test-base.sh b/integrationtests/test-base.sh
deleted file mode 100755
index 676ba7fb7..000000000
--- a/integrationtests/test-base.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/bash
-# Script to generate the basic database for auditor
-# testing from a 'correct' interaction between exchange,
-# wallet and merchant.
-
-source "common.sh"
-normal_start_and_wait "base"
-
-# run wallet CLI
-echo "Running wallet"
-taler-wallet-cli testing integrationtest -e "$EXCHANGE_URL" -m "$MERCHANT_URL" -b "$BANK_URL"
-
-exit_success