diff options
Diffstat (limited to 'tests/sort/main')
-rwxr-xr-x | tests/sort/main | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sort/main b/tests/sort/main new file mode 100755 index 000000000..dd2da71f4 --- /dev/null +++ b/tests/sort/main @@ -0,0 +1,3 @@ +: +perl -pe 's/\\\n$//' "$@" \ + | ./build-script |