diff options
author | Jim Meyering <jim@meyering.net> | 1995-07-27 14:43:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-07-27 14:43:01 +0000 |
commit | 7e93c0f64b24e2aab9194ad73f513d112c201477 (patch) | |
tree | 9ab87595f97fc24f47c8416c733c1d07739c4aab /tests/sort/main | |
parent | 1126d3b93e118d3af0966dd64ce5f787d8bb0a04 (diff) | |
download | coreutils-7e93c0f64b24e2aab9194ad73f513d112c201477.tar.xz |
Initial revision
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 |