diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-25 03:10:03 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-25 03:10:03 +0000 |
commit | b0244698f95025cc4ea0fcf99d67111702264193 (patch) | |
tree | 4f7fcb4d7328e963170924f72a7110a68282e504 /tests/sort | |
parent | 7c0ec3e569a40a0427f50fd2165e3ea3f49cc298 (diff) | |
download | coreutils-b0244698f95025cc4ea0fcf99d67111702264193.tar.xz |
.
Diffstat (limited to 'tests/sort')
-rw-r--r-- | tests/sort/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in index fd64a4b09..a71c38931 100644 --- a/tests/sort/Makefile.in +++ b/tests/sort/Makefile.in @@ -49,7 +49,8 @@ t = \ t03h t03i t04a t04b t04c t04d t04e t05a t05b t05c t05d t05e t05f t06a t06b \ t06c t06d t06e t06f t07a t07b t07c t07d t08a t08b t09a t09b t09c t09d t10a \ t10a0 t10a1 t10a2 t10b t10c t10d t10e t10f t10g t11a t11b t11c t11d t12a \ - t12b t12c t12d t13a t13b t14a t14b t15a t15b t15c t15d t15e t16a t17 + t12b t12c t12d t13a t13b t14a t14b t15a t15b t15c t15d t15e t16a t17 \ + t18a t18b t18c t18d in = $(t:=.in) exp = $(t:=.exp) |