diff options
author | Jim Meyering <jim@meyering.net> | 1999-12-10 16:29:54 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-12-10 16:29:54 +0000 |
commit | d3d701080b1c560a5ae04181af5e80473ed476e0 (patch) | |
tree | 62b6fdf1957ced9a9044bcdf44ba00ab7b70fe17 /tests/cut | |
parent | c6025b9d1e966b43472751c87e45fa5c459d0e05 (diff) | |
download | coreutils-d3d701080b1c560a5ae04181af5e80473ed476e0.tar.xz |
.
Diffstat (limited to 'tests/cut')
-rw-r--r-- | tests/cut/Makefile.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/cut/Makefile.in b/tests/cut/Makefile.in index 668559665..77c1f0c72 100644 --- a/tests/cut/Makefile.in +++ b/tests/cut/Makefile.in @@ -173,7 +173,6 @@ distdir: $(DISTFILES) || cp -p $$d/$$file $(distdir)/$$file || :; \ fi; \ done - check-TESTS: $(TESTS) @failed=0; all=0; xfail=0; xpass=0; \ srcdir=$(srcdir); export srcdir; \ |