diff options
Diffstat (limited to 'tests/run-strip')
-rwxr-xr-x | tests/run-strip | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/run-strip b/tests/run-strip new file mode 100755 index 00000000..8c97f6ff --- /dev/null +++ b/tests/run-strip @@ -0,0 +1,2 @@ +../bash ./strip.tests > xx +diff xx strip.right && rm -f xx |