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