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