mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-09 12:23:39 -04:00

This reduces duplicated checking logic between each test and makes it easier to run and check result of individual tests.
5 lines
146 B
Bash
Executable File
5 lines
146 B
Bash
Executable File
#!/bin/sh
|
|
# this tests a bug in handling of - chars in Unlabeled args
|
|
# success
|
|
./simple-test.sh `basename $0 .sh` test2 -i 10 -s hello "-1 -1"
|