libtool/gl/tests
Pavel Raiskup 4985667996 gl-tests: dash && option-parser test fix
Rico pointed out that the testsuite failed on his system (dash
represented /bin/sh).  Turns out that 'shift' in dash exits shell
with exit status 2 when there are no items in the array.

The other issue was that 'test-option-parser.sh' did not
re-executed the test in proper shell, but in /bin/sh.

* gl/tests/test-option-parser-helper (test_parse_eat_test): Don't
shift for empty $@.
* gl/tests/test-option-parser.sh: Use $__GL_ALL_SHELLS_SHELL as
shell which runs the helper.
2016-02-03 10:12:33 +01:00
..
test-all-shells.sh gl/tests: new tests for func_quote* family 2015-11-03 20:38:39 +01:00
test-funclib-quote.sh gl-tests: make the failure more readable 2015-11-30 07:11:10 +01:00
test-option-parser-helper gl-tests: dash && option-parser test fix 2016-02-03 10:12:33 +01:00
test-option-parser.sh gl-tests: dash && option-parser test fix 2016-02-03 10:12:33 +01:00