From 567702d2e63001a0a2bfde6558b9061f27f93978 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 6 Feb 2023 17:59:47 +0100 Subject: -check for curl --- src/testing/initialize_taler_system.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/testing/initialize_taler_system.sh b/src/testing/initialize_taler_system.sh index a74d7e7a..2b5cc50a 100755 --- a/src/testing/initialize_taler_system.sh +++ b/src/testing/initialize_taler_system.sh @@ -94,6 +94,11 @@ echo -n "Testing for jq" jq -h > /dev/null || exit_skip "jq required" echo " FOUND" +# Check we can actually run +echo -n "Testing for curl" +curl -h 2> /dev/null > /dev/null || exit_skip "curl required" +echo " FOUND" + echo -n "Testing for taler" taler-exchange-httpd -h > /dev/null || exit_skip " taler-exchange required" taler-merchant-httpd -h > /dev/null || exit_skip " taler-merchant required" -- cgit v1.2.3