Reorder options
authorWouter Verhelst <w@uter.be>
Sun, 11 Jan 2015 17:41:32 +0000 (18:41 +0100)
committerWouter Verhelst <w@uter.be>
Sun, 11 Jan 2015 17:41:32 +0000 (18:41 +0100)
commitc00dad4951393a0e13801cf626284ead36ed12ee
treed8731b4c2168cef45f3eafd811c692d92dc0a860
parentefc5ccb8c842cc234b1f5b1ef0d5f83664e1d4ca
Reorder options

GNU getopt() will happily reorder non-option arguments if we ask it to
(which we do), but that's a GNU extension. Since we want to support
FreeBSD too, don't put these arguments at the end, but put them before
non-option arguments.
tests/run/simple_test