diff options
Diffstat (limited to 'testsuite/sort.tests')
-rwxr-xr-x | testsuite/sort.tests | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/sort.tests b/testsuite/sort.tests index 39c7af738..c51a8e475 100755 --- a/testsuite/sort.tests +++ b/testsuite/sort.tests | |||
@@ -106,6 +106,14 @@ a/a:a | |||
106 | a:b | 106 | a:b |
107 | " "" | 107 | " "" |
108 | 108 | ||
109 | testing "sort with ENDCHAR" "sort -t. -k1,1.1 -k2 input" "\ | ||
110 | ab.1 | ||
111 | aa.2 | ||
112 | " "\ | ||
113 | aa.2 | ||
114 | ab.1 | ||
115 | " "" | ||
116 | |||
109 | testing "glibc build sort" "sort -t. -k 1,1 -k 2n,2n -k 3 input" "\ | 117 | testing "glibc build sort" "sort -t. -k 1,1 -k 2n,2n -k 3 input" "\ |
110 | GLIBC_2.1 | 118 | GLIBC_2.1 |
111 | GLIBC_2.1.1 | 119 | GLIBC_2.1.1 |