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