more elaborate test cases

This commit is contained in:
Motiejus Jakštys
2021-02-18 13:45:53 +02:00
parent 50a2ebfb1e
commit 973c78b0cf
3 changed files with 15 additions and 13 deletions

7
IV/db
View File

@@ -40,12 +40,7 @@ case ${1:-} in
stop)
docker stop "$name"
;;
"" | --)
[[ $# -gt 1 ]] && shift
*)
_psql "$@"
;;
*)
>&2 echo "Unknown command: '$*'"
exit 1
;;
esac