chiark / gitweb /
run-tests: properly handle zero and multiple args
authorHans-Christoph Steiner <hans@eds.org>
Mon, 17 Nov 2014 16:40:48 +0000 (17:40 +0100)
committerHans-Christoph Steiner <hans@eds.org>
Mon, 17 Nov 2014 16:40:48 +0000 (17:40 +0100)
commit14cd8359290df8866ff35c4930b5fa610e71a099
tree709e9226eddd275246f3732bb77868bd73b2e174
parent49b343d0245fbf37d1e1cfa9a62c75d4635015fc
run-tests: properly handle zero and multiple args

The test for the help flag threw an error if there were 0 args, or if arg 1
was set to a space-separated list.  The -z tests would fail if the arg was
set to a space-separated list.
tests/run-tests