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..1e8b5fb --- /dev/null +++ b/tests/run-getopts @@ -0,0 +1,2 @@ +${THIS_SH} ./getopts.tests > /tmp/xx 2>&1 +diff /tmp/xx getopts.right && rm -f /tmp/xx |