diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-27 05:00:15 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-27 05:00:15 +0000 |
commit | 5d691b7b749f3dc581f33c4f1f312397faf7219d (patch) | |
tree | 97f65a65f4d6dacde3263c3e25d8545303e23c1b | |
parent | 84ee79c745056da198e6a7655d81ffbc36fa4ecd (diff) | |
download | coreutils-5d691b7b749f3dc581f33c4f1f312397faf7219d.tar.xz |
.
-rw-r--r-- | tests/sort/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sort/Makefile.in b/tests/sort/Makefile.in index a71c38931..a1c805f00 100644 --- a/tests/sort/Makefile.in +++ b/tests/sort/Makefile.in @@ -50,7 +50,7 @@ t = \ 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 \ - t18a t18b t18c t18d + t18a t18b t18c t18d t18e in = $(t:=.in) exp = $(t:=.exp) |