diff options
Diffstat (limited to 'tests/run-getopts')
-rw-r--r-- | tests/run-getopts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-getopts b/tests/run-getopts new file mode 100644 index 0000000..4cfc592 --- /dev/null +++ b/tests/run-getopts @@ -0,0 +1,2 @@ +${THIS_SH} ./getopts.tests > ${BASH_TSTOUT} 2>&1 +diff ${BASH_TSTOUT} getopts.right && rm -f ${BASH_TSTOUT} |