Commit Graph

5 Commits

Author SHA1 Message Date
Elliott Hughes
bfbdd4a2db Use return rather than continue to make bash 4.4 happy.
Otherwise we get this error:

  continue: only meaningful in a 'for', 'while', or 'until' loop
2019-01-07 19:26:24 -06:00
Rob Landley
0a75914fb7 Fix up some tests for running as a normal user. 2018-11-20 17:42:45 -06:00
Rob Landley
336c44adca Factor out command name at the start of test name, have runtest.sh print it. 2016-03-02 15:20:04 -06:00
Rob Landley
dec4669fa1 Set the executable bits on all the *.test files. (Wasn't consistent, is now.) 2015-05-12 13:24:26 -05:00
Rob Landley
387edf547e Move testsuite out of scripts/test into its own top level tests directory, and make ctrl-c kill "make test" more reliably. 2014-09-20 13:09:14 -05:00