From 35996ef1c8ee1bc4bd2100c8b4e3190a9a4a4bc5 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 18 Feb 2024 17:02:58 +0100 Subject: add check for wget --- src/testing/taler-unified-setup.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src') diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh index e0f581500..d3e7242a0 100755 --- a/src/testing/taler-unified-setup.sh +++ b/src/testing/taler-unified-setup.sh @@ -207,6 +207,10 @@ echo -n "Testing for jq" jq -h > /dev/null || exit_skip " jq required" echo " FOUND" +echo -n "Testing for wget" +wget --help > /dev/null || exit_skip " wget required" +echo " FOUND" + if [ "1" = "$START_EXCHANGE" ] then echo -n "Testing for Taler exchange" -- cgit v1.2.3