diff options
Diffstat (limited to 'src/auditor/test-sync.sh')
-rwxr-xr-x | src/auditor/test-sync.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/auditor/test-sync.sh b/src/auditor/test-sync.sh index 9f1255b7c..bcef908aa 100755 --- a/src/auditor/test-sync.sh +++ b/src/auditor/test-sync.sh @@ -99,8 +99,8 @@ echo "Testing for jq" jq -h > /dev/null || exit_skip "jq required" echo "Testing for faketime" faketime -h > /dev/null || exit_skip "faketime required" -echo "Testing for libeufin" -libeufin-cli --help >/dev/null </dev/null 2> /dev/null || exit_skip "libeufin required" +echo "Testing for libeufin-bank" +libeufin-bank --help >/dev/null </dev/null 2> /dev/null || exit_skip "libeufin-bank required" echo "Testing for pdflatex" which pdflatex > /dev/null </dev/null || exit_skip "pdflatex required" echo "Testing for taler-wallet-cli" |