mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-08 03:40:21 -04:00

This reduces duplicated checking logic between each test and makes it easier to run and check result of individual tests.
6 lines
217 B
Bash
Executable File
6 lines
217 B
Bash
Executable File
#!/bin/sh
|
|
# failure
|
|
# This used to fail on the "Too many arguments!" but now fails sooner,
|
|
# and on a more approriate error.
|
|
./simple-test.sh `basename $0 .sh` test5 --aaa asdf -c fdas --fff blah -i one -i two -j huh
|