diff options
Diffstat (limited to 'integrationtests/test-refund.sh')
-rwxr-xr-x | integrationtests/test-refund.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/integrationtests/test-refund.sh b/integrationtests/test-refund.sh index 40dc65f57..d4193dbb7 100755 --- a/integrationtests/test-refund.sh +++ b/integrationtests/test-refund.sh @@ -20,5 +20,4 @@ echo -n "Balance after first refund: " taler-wallet-cli --wallet-db="$WALLET_DB" balance 2>>"$LOG" # TODO how to test second refund for same purchase? -echo "SUCCESS" -exit 0 +exit_success |