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