Fix tests on OS-X
authorAlex Bligh <alex@alex.org.uk>
Sun, 3 Apr 2016 16:10:28 +0000 (17:10 +0100)
committerWouter Verhelst <w@uter.be>
Mon, 4 Apr 2016 06:02:59 +0000 (08:02 +0200)
commitf7e6f8dc3049f59a256bd240cea40ed62f3ba5c7
treed6ea77fc7b5d1d089df4e8eaef693b6ee59576e2
parent66dfb35b38f19696cd9ebd929f8c26521386d467
Fix tests on OS-X

simple_test currently relies on what I believe to be an undocument
use of getopt (or possibly a GNU extension) where the options can
FOLLOW the non-option part of the command line. This is unnecessary.
Correct three tests that do this to use natural command-line
ordering.

Signed-off-by: Alex Bligh <alex@alex.org.uk>
tests/run/simple_test