X-Git-Url: http://git.shiar.net/barcat.git/blobdiff_plain/d57c46ddb0a70401d43b358da34af276303bb135..aad4d54fa81ee0d4f02e868f82ff4296e225791b:/t/regress.t diff --git a/t/regress.t b/t/regress.t index 5daf496..099b944 100755 --- a/t/regress.t +++ b/t/regress.t @@ -7,6 +7,13 @@ test_count=0 COLUMNS=40 diffcmd='diff --unchanged-line-format= --old-line-format=<%L --new-line-format=>%L' +for option in "$@" +do + case "$option" in + -*) echo "Usage: $0 [...]"; exit 64;; + esac +done + for candidate in ${@:-t*.in} do test_count=$((test_count+1))