commit 522db4d98e71ccd7a8bf6b933c8516df77ddbc6a
parent 8d312562bf04eeb2afac53a2f24624f8e48529bd
Author: Christian Grothoff <christian@grothoff.org>
Date: Sun, 8 Nov 2020 23:47:11 +0100
use --help instead of -h
Diffstat:
4 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/src/auditor/generate-auditor-basedb.sh b/src/auditor/generate-auditor-basedb.sh
@@ -56,7 +56,7 @@ cp generate-auditor-basedb-template.conf $CONF
echo -n "Testing for taler-bank-manage"
-taler-bank-manage -h >/dev/null </dev/null || exit_skip " MISSING"
+taler-bank-manage --help >/dev/null </dev/null || exit_skip " MISSING"
echo " FOUND"
echo -n "Testing for taler-wallet-cli"
taler-wallet-cli -v >/dev/null </dev/null || exit_skip " MISSING"
diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
@@ -362,7 +362,7 @@ echo "OK"
function test_2() {
echo "===========2: reserves_in inconsistency==========="
-echo "UPDATE reserves_in SET credit_val=5 WHERE reserve_in_serial_id=1" | psql -Aqt $DB
+echo "UPDATE reserves_in SET credit_val=5 WHERE reserve_in_serial_id=1" | psql -At $DB
run_audit
@@ -1848,7 +1848,7 @@ CONF=test-auditor.conf
echo "Testing for jq"
jq -h > /dev/null || exit_skip "jq required"
echo "Testing for taler-bank-manage"
-taler-bank-manage -h >/dev/null </dev/null || exit_skip "taler-bank-manage required"
+taler-bank-manage --help >/dev/null </dev/null || exit_skip "taler-bank-manage required"
echo "Testing for pdflatex"
which pdflatex > /dev/null </dev/null || exit_skip "pdflatex required"
diff --git a/src/auditor/test-revocation.sh b/src/auditor/test-revocation.sh
@@ -520,7 +520,7 @@ CONF=test-auditor.conf
echo "Testing for jq"
jq -h > /dev/null || exit_skip "jq required"
echo "Testing for taler-bank-manage"
-taler-bank-manage -h >/dev/null </dev/null || exit_skip "taler-bank-manage required"
+taler-bank-manage --help >/dev/null </dev/null || exit_skip "taler-bank-manage required"
echo "Testing for pdflatex"
which pdflatex > /dev/null </dev/null || exit_skip "pdflatex required"
diff --git a/src/exchangedb/drop0001.sql b/src/exchangedb/drop0001.sql
@@ -17,8 +17,7 @@
-- Everything in one big transaction
BEGIN;
--- This script DROPs all of the tables we create, including the
--- versioning schema!
+-- This script DROPs all of the tables we create.
--
-- Unlike the other SQL files, it SHOULD be updated to reflect the
-- latest requirements for dropping tables.