more elaborate test cases

This commit is contained in:
2021-05-19 22:57:45 +03:00
committed by Motiejus Jakštys
parent 35d9a5a4f5
commit cc345c703a
3 changed files with 15 additions and 13 deletions

7
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