summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--TODO1
-rw-r--r--debian/changelog5
-rw-r--r--debian/control2
-rw-r--r--find/testsuite/Makefile.in7
-rw-r--r--lib/Makefile.in3
-rw-r--r--testsuite/.cvsignore1
-rw-r--r--testsuite/Makefile.am68
-rw-r--r--testsuite/Makefile.in227
-rw-r--r--testsuite/config/unix.exp109
-rw-r--r--testsuite/inputs/eof.xi5
-rw-r--r--testsuite/inputs/eofstr.xi5
-rw-r--r--testsuite/inputs/files.xi22
-rw-r--r--testsuite/inputs/files0.xibin753 -> 0 bytes
-rw-r--r--testsuite/inputs/quotes.xi5
-rw-r--r--testsuite/xargs.gnu/0n3.exp1
-rw-r--r--testsuite/xargs.gnu/0n3.xo8
-rw-r--r--testsuite/xargs.gnu/nothing.exp1
-rw-r--r--testsuite/xargs.gnu/nothing.xo1
-rw-r--r--testsuite/xargs.gnu/r.exp1
-rw-r--r--testsuite/xargs.posix/hithere.exp1
-rw-r--r--testsuite/xargs.posix/hithere.xo2
-rw-r--r--testsuite/xargs.posix/n3.exp1
-rw-r--r--testsuite/xargs.posix/n3.xo8
-rw-r--r--testsuite/xargs.posix/quotes.exp1
-rw-r--r--testsuite/xargs.posix/quotes.xo2
-rw-r--r--testsuite/xargs.posix/s47.exp1
-rw-r--r--testsuite/xargs.posix/s47.xo18
-rw-r--r--testsuite/xargs.posix/s470.exp1
-rw-r--r--testsuite/xargs.posix/s470.xo2
-rw-r--r--testsuite/xargs.posix/s48.exp1
-rw-r--r--testsuite/xargs.posix/s48.xo22
-rw-r--r--testsuite/xargs.posix/s6.exp1
-rw-r--r--testsuite/xargs.sysv/eEOF.exp1
-rw-r--r--testsuite/xargs.sysv/eEOF.xo1
-rw-r--r--testsuite/xargs.sysv/eof.exp1
-rw-r--r--testsuite/xargs.sysv/eof.xo1
-rw-r--r--testsuite/xargs.sysv/iARG.exp1
-rw-r--r--testsuite/xargs.sysv/iARG.xo22
-rw-r--r--testsuite/xargs.sysv/iquotes.exp1
-rw-r--r--testsuite/xargs.sysv/iquotes.xo5
-rw-r--r--testsuite/xargs.sysv/l1n4.exp1
-rw-r--r--testsuite/xargs.sysv/l1n4.xo6
-rw-r--r--testsuite/xargs.sysv/l2.exp1
-rw-r--r--testsuite/xargs.sysv/l2.xo11
45 files changed, 19 insertions, 572 deletions
diff --git a/ChangeLog b/ChangeLog
index 1c83f382..0cb5c445 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,12 @@
* Version 4.1.7
+ * lib/Makefile.am (EXTRA_DIST): add strcasecmp.c
+
+ * find/testsuite/Makefile.am (EXTRA_DIST): new tests:
+ find.gnu/name-opt.exp find.gnu/perm.exp find.gnu/perm.xo
+ find.gnu/prune-default-print.exp find.gnu/prune-default-print.xo
+
* configure.in: update to 4.1.7
* config.sub, config.guess: upgraded to recent versions of
diff --git a/TODO b/TODO
index ea9190b6..96e35242 100644
--- a/TODO
+++ b/TODO
@@ -70,6 +70,7 @@ getline.c temporarily removed from Makefile.am
remove getline.o from LIBOBJS
remove extra AM_FUNC_GETLINE
+* Is lib/strcasecmp.c required?
* xargs: allow newline or arbitrary character to separate arguments
Tyler 'Crackerjack' MacDonald <yi@yi.org> suggested that it would be
diff --git a/debian/changelog b/debian/changelog
index cab8053d..15dca6c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-findutils (4.1.6-3) unstable; urgency=low
+findutils (4.1.7-1) unstable; urgency=low
* add ftpfs to PRUNEFS (closes: #90016).
* implicit -print now works again (closes: #79218).
@@ -6,8 +6,9 @@ findutils (4.1.6-3) unstable; urgency=low
INSTALL.
* fixed security problems in find (closes: #95185).
* upgraded to recent config.guess and config.sub (closes: #98035).
+ * updated to newest upstream release.
- -- Kevin Dalley <kevind@rahul.net> Sun, 20 May 2001 13:28:43 -0700
+ -- Kevin Dalley <kevind@rahul.net> Sun, 20 May 2001 17:32:29 -0700
findutils (4.1.6-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 4083540b..e863b89f 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: base
Priority: required
Maintainer: Kevin Dalley <kevind@rahul.net>
Standards-Version: 3.5.2.0
-Build-Depends: libc6-dev, texinfo
+Build-Depends: libc6-dev (>= 2.2.3-1), texinfo
Package: findutils
Architecture: any
diff --git a/find/testsuite/Makefile.in b/find/testsuite/Makefile.in
index 7a1a9d78..ff31f2fd 100644
--- a/find/testsuite/Makefile.in
+++ b/find/testsuite/Makefile.in
@@ -115,7 +115,12 @@ EXTRA_DIST = config/unix.exp \
find.gnu/depth.exp \
find.gnu/depth.xo \
find.gnu/comma.exp \
- find.gnu/comma.xo
+ find.gnu/comma.xo \
+ find.gnu/name-opt.exp \
+ find.gnu/perm.exp \
+ find.gnu/perm.xo \
+ find.gnu/prune-default-print.exp \
+ find.gnu/prune-default-print.xo
CLEANFILES = *.log *.sum site.exp site.bak
diff --git a/lib/Makefile.in b/lib/Makefile.in
index df035b23..d1c7c6a0 100644
--- a/lib/Makefile.in
+++ b/lib/Makefile.in
@@ -160,7 +160,8 @@ EXTRA_DIST = \
alloca.c \
getline.c \
getline.h \
- xstat.in
+ xstat.in \
+ strcasecmp.c
BUILT_SOURCES = lstat.c stat.c
diff --git a/testsuite/.cvsignore b/testsuite/.cvsignore
deleted file mode 100644
index f3c7a7c5..00000000
--- a/testsuite/.cvsignore
+++ /dev/null
@@ -1 +0,0 @@
-Makefile
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
deleted file mode 100644
index 38d799a1..00000000
--- a/testsuite/Makefile.am
+++ /dev/null
@@ -1,68 +0,0 @@
-AUTOMAKE_OPTIONS=dejagnu
-XARGS = ../xargs/xargs
-XARGSFLAGS =
-
-RUNTEST= runtest
-RUNTESTFLAGS=
-
-#EXTRA_DIST = config/*.exp inputs/*.xi xargs.*/*.exp xargs.*/*.xo
-EXTRA_DIST = config/unix.exp \
- inputs/eof.xi \
- inputs/eofstr.xi \
- inputs/files.xi \
- inputs/files0.xi \
- inputs/quotes.xi \
- xargs.gnu/0n3.exp \
- xargs.gnu/0n3.xo \
- xargs.gnu/nothing.exp \
- xargs.gnu/nothing.xo \
- xargs.gnu/r.exp \
- xargs.posix/hithere.exp \
- xargs.posix/hithere.xo \
- xargs.posix/n3.exp \
- xargs.posix/n3.xo \
- xargs.posix/quotes.exp \
- xargs.posix/quotes.xo \
- xargs.posix/s47.exp \
- xargs.posix/s47.xo \
- xargs.posix/s470.exp \
- xargs.posix/s470.xo \
- xargs.posix/s48.exp \
- xargs.posix/s48.xo \
- xargs.posix/s6.exp \
- xargs.sysv/eEOF.exp \
- xargs.sysv/eEOF.xo \
- xargs.sysv/eof.exp \
- xargs.sysv/eof.xo \
- xargs.sysv/iARG.exp \
- xargs.sysv/iARG.xo \
- xargs.sysv/iquotes.exp \
- xargs.sysv/iquotes.xo \
- xargs.sysv/l1n4.exp \
- xargs.sysv/l1n4.xo \
- xargs.sysv/l2.exp \
- xargs.sysv/l2.xo
-
-DIST_SUBDIRS = config inputs xargs.gnu xargs.posix xargs.sysv
-
-CLEANFILES = *.log *.sum site.exp site.bak
-
-check: site.exp
- @echo This only works if you have the DejaGNU runtest program installed...
- $(RUNTEST) $(RUNTESTFLAGS) --tool xargs XARGS=${XARGS} \
- XARGSFLAGS="${XARGSFLAGS}" --srcdir $(srcdir)
-
-site.exp:
- @echo "Making a new site.exp file..."
- -@rm -f site.bak
- -@mv site.exp site.bak
- @echo "## these variables are automatically generated by make ##" > site.exp
- @echo "# Do not edit here. If you wish to override these values" >> site.exp
- @echo "# add them to the last section" >> site.exp
- @echo "set tool xargs" >> site.exp
- @echo "set srcdir ${srcdir}" >> site.exp
- @echo "set objdir `pwd`" >> site.exp
- @echo "## All variables above are generated by configure. Do Not Edit ##" >> site.exp
- -@sed '1,/^## All variables above are.*##/ d' site.bak >> site.exp
-
-FORCE:
diff --git a/testsuite/Makefile.in b/testsuite/Makefile.in
deleted file mode 100644
index 6f2320c6..00000000
--- a/testsuite/Makefile.in
+++ /dev/null
@@ -1,227 +0,0 @@
-# Makefile.in generated automatically by automake 1.4 from Makefile.am
-
-# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
-# This Makefile.in is free software; the Free Software Foundation
-# gives unlimited permission to copy and/or distribute it,
-# with or without modifications, as long as this notice is preserved.
-
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
-# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
-# PARTICULAR PURPOSE.
-
-
-SHELL = @SHELL@
-
-srcdir = @srcdir@
-top_srcdir = @top_srcdir@
-VPATH = @srcdir@
-prefix = @prefix@
-exec_prefix = @exec_prefix@
-
-bindir = @bindir@
-sbindir = @sbindir@
-libexecdir = @libexecdir@
-datadir = @datadir@
-sysconfdir = @sysconfdir@
-sharedstatedir = @sharedstatedir@
-localstatedir = @localstatedir@
-libdir = @libdir@
-infodir = @infodir@
-mandir = @mandir@
-includedir = @includedir@
-oldincludedir = /usr/include
-
-DESTDIR =
-
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
-
-top_builddir = ..
-
-ACLOCAL = @ACLOCAL@
-AUTOCONF = @AUTOCONF@
-AUTOMAKE = @AUTOMAKE@
-AUTOHEADER = @AUTOHEADER@
-
-INSTALL = @INSTALL@
-INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
-INSTALL_DATA = @INSTALL_DATA@
-INSTALL_SCRIPT = @INSTALL_SCRIPT@
-transform = @program_transform_name@
-
-NORMAL_INSTALL = :
-PRE_INSTALL = :
-POST_INSTALL = :
-NORMAL_UNINSTALL = :
-PRE_UNINSTALL = :
-POST_UNINSTALL = :
-CC = @CC@
-CPP = @CPP@
-INCLUDES = @INCLUDES@
-MAKEINFO = @MAKEINFO@
-PACKAGE = @PACKAGE@
-RANLIB = @RANLIB@
-VERSION = @VERSION@
-
-AUTOMAKE_OPTIONS = dejagnu
-XARGS = ../xargs/xargs
-XARGSFLAGS =
-
-RUNTEST = runtest
-RUNTESTFLAGS =
-
-#EXTRA_DIST = config/*.exp inputs/*.xi xargs.*/*.exp xargs.*/*.xo
-EXTRA_DIST = config/unix.exp inputs/eof.xi inputs/eofstr.xi inputs/files.xi inputs/files0.xi inputs/quotes.xi xargs.gnu/0n3.exp xargs.gnu/0n3.xo xargs.gnu/nothing.exp xargs.gnu/nothing.xo xargs.gnu/r.exp xargs.posix/hithere.exp xargs.posix/hithere.xo xargs.posix/n3.exp xargs.posix/n3.xo xargs.posix/quotes.exp xargs.posix/quotes.xo xargs.posix/s47.exp xargs.posix/s47.xo xargs.posix/s470.exp xargs.posix/s470.xo xargs.posix/s48.exp xargs.posix/s48.xo xargs.posix/s6.exp xargs.sysv/eEOF.exp xargs.sysv/eEOF.xo xargs.sysv/eof.exp xargs.sysv/eof.xo xargs.sysv/iARG.exp xargs.sysv/iARG.xo xargs.sysv/iquotes.exp xargs.sysv/iquotes.xo xargs.sysv/l1n4.exp xargs.sysv/l1n4.xo xargs.sysv/l2.exp xargs.sysv/l2.xo
-
-
-DIST_SUBDIRS = config inputs xargs.gnu xargs.posix xargs.sysv
-
-CLEANFILES = *.log *.sum site.exp site.bak
-mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
-CONFIG_HEADER = ../config.h
-CONFIG_CLEAN_FILES =
-DIST_COMMON = Makefile.am Makefile.in
-
-
-DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-
-TAR = tar
-GZIP_ENV = --best
-EXPECT = expect
-all: all-redirect
-.SUFFIXES:
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnu testsuite/Makefile
-
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
- cd $(top_builddir) \
- && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
-
-tags: TAGS
-TAGS:
-
-
-distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
-
-subdir = testsuite
-
-distdir: $(DISTFILES)
- here=`cd $(top_builddir) && pwd`; \
- top_distdir=`cd $(top_distdir) && pwd`; \
- distdir=`cd $(distdir) && pwd`; \
- cd $(top_srcdir) \
- && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu testsuite/Makefile
- $(mkinstalldirs) $(distdir)/config $(distdir)/inputs \
- $(distdir)/xargs.gnu $(distdir)/xargs.posix \
- $(distdir)/xargs.sysv
- @for file in $(DISTFILES); do \
- d=$(srcdir); \
- if test -d $$d/$$file; then \
- cp -pr $$/$$file $(distdir)/$$file; \
- else \
- test -f $(distdir)/$$file \
- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
- || cp -p $$d/$$file $(distdir)/$$file || :; \
- fi; \
- done
-
-DEJATOOL = $(PACKAGE)
-
-RUNTESTDEFAULTFLAGS = --tool $(DEJATOOL) --srcdir $$srcdir
-
-check-DEJAGNU: site.exp
- srcdir=`cd $(srcdir) && pwd`; export srcdir; \
- EXPECT=$(EXPECT); export EXPECT; \
- runtest=$(RUNTEST); \
- if $(SHELL) -c "$$runtest --version" > /dev/null 2>&1; then \
- $$runtest $(RUNTESTDEFAULTFLAGS) $(RUNTESTFLAGS); \
- else echo "WARNING: could not find \`runtest'" 1>&2; :;\
- fi
-info-am:
-info: info-am
-dvi-am:
-dvi: dvi-am
-check-am: all-am
- $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
-check: check-am
-installcheck-am:
-installcheck: installcheck-am
-install-exec-am:
-install-exec: install-exec-am
-
-install-data-am:
-install-data: install-data-am
-
-install-am: all-am
- @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
-install: install-am
-uninstall-am:
-uninstall: uninstall-am
-all-am: Makefile
-all-redirect: all-am
-install-strip:
- $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
-installdirs:
-
-
-mostlyclean-generic:
-
-clean-generic:
- -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
-
-distclean-generic:
- -rm -f Makefile $(CONFIG_CLEAN_FILES)
- -rm -f config.cache config.log stamp-h stamp-h[0-9]*
-
-maintainer-clean-generic:
-mostlyclean-am: mostlyclean-generic
-
-mostlyclean: mostlyclean-am
-
-clean-am: clean-generic mostlyclean-am
-
-clean: clean-am
-
-distclean-am: distclean-generic clean-am
-
-distclean: distclean-am
-
-maintainer-clean-am: maintainer-clean-generic distclean-am
- @echo "This command is intended for maintainers to use;"
- @echo "it deletes files that may require special tools to rebuild."
-
-maintainer-clean: maintainer-clean-am
-
-.PHONY: tags distdir check-DEJAGNU info-am info dvi-am dvi check \
-check-am installcheck-am installcheck install-exec-am install-exec \
-install-data-am install-data install-am install uninstall-am uninstall \
-all-redirect all-am all installdirs mostlyclean-generic \
-distclean-generic clean-generic maintainer-clean-generic clean \
-mostlyclean distclean maintainer-clean
-
-
-check: site.exp
- @echo This only works if you have the DejaGNU runtest program installed...
- $(RUNTEST) $(RUNTESTFLAGS) --tool xargs XARGS=${XARGS} \
- XARGSFLAGS="${XARGSFLAGS}" --srcdir $(srcdir)
-
-site.exp:
- @echo "Making a new site.exp file..."
- -@rm -f site.bak
- -@mv site.exp site.bak
- @echo "## these variables are automatically generated by make ##" > site.exp
- @echo "# Do not edit here. If you wish to override these values" >> site.exp
- @echo "# add them to the last section" >> site.exp
- @echo "set tool xargs" >> site.exp
- @echo "set srcdir ${srcdir}" >> site.exp
- @echo "set objdir `pwd`" >> site.exp
- @echo "## All variables above are generated by configure. Do Not Edit ##" >> site.exp
- -@sed '1,/^## All variables above are.*##/ d' site.bak >> site.exp
-
-FORCE:
-
-# Tell versions [3.59,3.63) of GNU make to not export all variables.
-# Otherwise a system limit (for SysV at least) may be exceeded.
-.NOEXPORT:
diff --git a/testsuite/config/unix.exp b/testsuite/config/unix.exp
deleted file mode 100644
index a85d7cdb..00000000
--- a/testsuite/config/unix.exp
+++ /dev/null
@@ -1,109 +0,0 @@
-# -*- TCL -*-
-# Test-specific TCL procedures required by DejaGNU.
-# Copyright (C) 1994 Free Software Foundation, Inc.
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-
-# Modified by David MacKenzie <djm@gnu.ai.mit.edu> from the gcc files
-# written by Rob Savoye <rob@cygnus.com>.
-
-
-# Called by runtest.
-# Extract and print the version number of xargs.
-proc xargs_version {} {
- global XARGS
- global XARGSFLAGS
-
- if {[which $XARGS] != 0} then {
- set tmp [ eval exec $XARGS $XARGSFLAGS --version </dev/null ]
- regexp "version.*$" $tmp version
- if [info exists version] then {
- clone_output "[which $XARGS] $version\n"
- } else {
- warning "cannot get version from $tmp."
- }
- } else {
- warning "$XARGS, program does not exist"
- }
-}
-
-# Run xargs and leave the output in $comp_output.
-# Called by individual test scripts.
-proc xargs_start { passfail options infile } {
- global verbose
- global XARGS
- global XARGSFLAGS
- global comp_output
-
- if {[which $XARGS] == 0} then {
- error "$XARGS, program does not exist"
- exit 1
- }
-
- set fail_good [string match "f*" $passfail]
-
- set scriptname [uplevel {info script}]
- set testbase [file rootname $scriptname]
- set testname [file tail $testbase]
-
- set outfile "$testbase.xo"
- if {$infile != ""} then {
- set infile "[file dirname [file dirname $testbase]]/inputs/$infile"
- } else {
- set infile /dev/null
- }
-
- set cmd "$XARGS $XARGSFLAGS $options < $infile > xargs.out"
- send_log "$cmd\n"
- if $verbose>1 then {
- send_user "Spawning \"$cmd\"\n"
- }
-
- catch "exec $cmd" comp_output
- if {$comp_output != ""} then {
- send_log "$comp_output\n"
- if $verbose>1 then {
- send_user "$comp_output\n"
- }
- if $fail_good then {
- pass "$testname"
- } else {
- fail "$testname, $comp_output"
- }
- return
- }
-
- if [file exists $outfile] then {
- set cmp_cmd "cmp xargs.out $outfile"
- send_log "$cmp_cmd\n"
- catch "exec $cmp_cmd" cmpout
- if {$cmpout != ""} then {
- fail "$testname, $cmpout"
- return
- }
- } else {
- if {[file size xargs.out] != 0} then {
- fail "$testname, output should be empty"
- return
- }
- }
- pass "$testname"
-}
-
-# Called by runtest.
-# Clean up (remove temporary files) before runtest exits.
-proc xargs_exit {} {
- catch "exec rm -f xargs.out"
-}
diff --git a/testsuite/inputs/eof.xi b/testsuite/inputs/eof.xi
deleted file mode 100644
index 0a4baec8..00000000
--- a/testsuite/inputs/eof.xi
+++ /dev/null
@@ -1,5 +0,0 @@
-firstline
-secondline
- _
-thirdline
-fourthline
diff --git a/testsuite/inputs/eofstr.xi b/testsuite/inputs/eofstr.xi
deleted file mode 100644
index 6e60cfd8..00000000
--- a/testsuite/inputs/eofstr.xi
+++ /dev/null
@@ -1,5 +0,0 @@
-firstline
-secondline
-EOF
-thirdline
-fourthline
diff --git a/testsuite/inputs/files.xi b/testsuite/inputs/files.xi
deleted file mode 100644
index 5590252c..00000000
--- a/testsuite/inputs/files.xi
+++ /dev/null
@@ -1,22 +0,0 @@
-/src/gnu/autoconf-1.11
-/src/gnu/autoconf-1.11/README
-/src/gnu/autoconf-1.11/Makefile.in
-/src/gnu/autoconf-1.11/INSTALL
-/src/gnu/autoconf-1.11/NEWS
-/src/gnu/autoconf-1.11/COPYING
-/src/gnu/autoconf-1.11/ChangeLog
-/src/gnu/autoconf-1.11/autoconf.texi
-/src/gnu/autoconf-1.11/acconfig.h
-/src/gnu/autoconf-1.11/autoconf.sh
-/src/gnu/autoconf-1.11/acgeneral.m4
-/src/gnu/autoconf-1.11/acspecific.m4
-/src/gnu/autoconf-1.11/configure
-/src/gnu/autoconf-1.11/configure.in
-/src/gnu/autoconf-1.11/autoheader.sh
-/src/gnu/autoconf-1.11/mkinstalldirs
-/src/gnu/autoconf-1.11/install.sh
-/src/gnu/autoconf-1.11/autoconf.info
-/src/gnu/autoconf-1.11/standards.texi
-/src/gnu/autoconf-1.11/make-stds.texi
-/src/gnu/autoconf-1.11/standards.info
-/src/gnu/autoconf-1.11/texinfo.tex
diff --git a/testsuite/inputs/files0.xi b/testsuite/inputs/files0.xi
deleted file mode 100644
index 08ab0e2f..00000000
--- a/testsuite/inputs/files0.xi
+++ /dev/null
Binary files differ
diff --git a/testsuite/inputs/quotes.xi b/testsuite/inputs/quotes.xi
deleted file mode 100644
index 031e84fb..00000000
--- a/testsuite/inputs/quotes.xi
+++ /dev/null
@@ -1,5 +0,0 @@
- this is
-"quoted stuff"
-and \
-an embedded newline
-with 'single quotes' as well.
diff --git a/testsuite/xargs.gnu/0n3.exp b/testsuite/xargs.gnu/0n3.exp
deleted file mode 100644
index 33e96a8c..00000000
--- a/testsuite/xargs.gnu/0n3.exp
+++ /dev/null
@@ -1 +0,0 @@
-xargs_start p {-0 -n3} files0.xi
diff --git a/testsuite/xargs.gnu/0n3.xo b/testsuite/xargs.gnu/0n3.xo
deleted file mode 100644
index e663e645..00000000
--- a/testsuite/xargs.gnu/0n3.xo
+++ /dev/null
@@ -1,8 +0,0 @@
-/src/gnu/autoconf-1.11 /src/gnu/autoconf-1.11/README /src/gnu/autoconf-1.11/Makefile.in
-/src/gnu/autoconf-1.11/INSTALL /src/gnu/autoconf-1.11/NEWS /src/gnu/autoconf-1.11/COPYING
-/src/gnu/autoconf-1.11/ChangeLog /src/gnu/autoconf-1.11/autoconf.texi /src/gnu/autoconf-1.11/acconfig.h
-/src/gnu/autoconf-1.11/autoconf.sh /src/gnu/autoconf-1.11/acgeneral.m4 /src/gnu/autoconf-1.11/acspecific.m4
-/src/gnu/autoconf-1.11/configure /src/gnu/autoconf-1.11/configure.in /src/gnu/autoconf-1.11/autoheader.sh
-/src/gnu/autoconf-1.11/mkinstalldirs /src/gnu/autoconf-1.11/install.sh /src/gnu/autoconf-1.11/autoconf.info
-/src/gnu/autoconf-1.11/standards.texi /src/gnu/autoconf-1.11/make-stds.texi /src/gnu/autoconf-1.11/standards.info
-/src/gnu/autoconf-1.11/texinfo.tex
diff --git a/testsuite/xargs.gnu/nothing.exp b/testsuite/xargs.gnu/nothing.exp
deleted file mode 100644
index 20c03fdd..00000000
--- a/testsuite/xargs.gnu/nothing.exp
+++ /dev/null
@@ -1 +0,0 @@
-xargs_start p {echo this plus that} {}
diff --git a/testsuite/xargs.gnu/nothing.xo b/testsuite/xargs.gnu/nothing.xo
deleted file mode 100644
index b8e9a023..00000000
--- a/testsuite/xargs.gnu/nothing.xo
+++ /dev/null
@@ -1 +0,0 @@
-this plus that
diff --git a/testsuite/xargs.gnu/r.exp b/testsuite/xargs.gnu/r.exp
deleted file mode 100644
index 8de762fd..00000000
--- a/testsuite/xargs.gnu/r.exp
+++ /dev/null
@@ -1 +0,0 @@
-xargs_start p {-r echo this plus that} {}
diff --git a/testsuite/xargs.posix/hithere.exp b/testsuite/xargs.posix/hithere.exp
deleted file mode 100644
index 0256d4b4..00000000
--- a/testsuite/xargs.posix/hithere.exp
+++ /dev/null
@@ -1 +0,0 @@
-xargs_start p {-s470 echo hi there} files.xi
diff --git a/testsuite/xargs.posix/hithere.xo b/testsuite/xargs.posix/hithere.xo
deleted file mode 100644
index 0c6845bd..00000000
--- a/testsuite/xargs.posix/hithere.xo
+++ /dev/null
@@ -1,2 +0,0 @@
-hi there /src/gnu/autoconf-1.11 /src/gnu/autoconf-1.11/README /src/gnu/autoconf-1.11/Makefile.in /src/gnu/autoconf-1.11/INSTALL /src/gnu/autoconf-1.11/NEWS /src/gnu/autoconf-1.11/COPYING /src/gnu/autoconf-1.11/ChangeLog /src/gnu/autoconf-1.11/autoconf.texi /src/gnu/autoconf-1.11/acconfig.h /src/gnu/autoconf-1.11/autoconf.sh /src/gnu/autoconf-1.11/acgeneral.m4 /src/gnu/autoconf-1.11/acspecific.m4 /src/gnu/autoconf-1.11/configure
-hi there /src/gnu/autoconf-1.11/configure.in /src/gnu/autoconf-1.11/autoheader.sh /src/gnu/autoconf-1.11/mkinstalldirs /src/gnu/autoconf-1.11/install.sh /src/gnu/autoconf-1.11/autoconf.info /src/gnu/autoconf-1.11/standards.texi /src/gnu/autoconf-1.11/make-stds.texi /src/gnu/autoconf-1.11/standards.info /src/gnu/autoconf-1.11/texinfo.tex
diff --git a/testsuite/xargs.posix/n3.exp b/testsuite/xargs.posix/n3.exp
deleted file mode 100644
index 472b6147..00000000
--- a/testsuite/xargs.posix/n3.exp
+++ /dev/null
@@ -1 +0,0 @@
-xargs_start p {-n3} files.xi
diff --git a/testsuite/xargs.posix/n3.xo b/testsuite/xargs.posix/n3.xo
deleted file mode 100644
index e663e645..00000000
--- a/testsuite/xargs.posix/n3.xo
+++ /dev/null
@@ -1,8 +0,0 @@
-/src/gnu/autoconf-1.11 /src/gnu/autoconf-1.11/README /src/gnu/autoconf-1.11/Makefile.in
-/src/gnu/autoconf-1.11/INSTALL /src/gnu/autoconf-1.11/NEWS /src/gnu/autoconf-1.11/COPYING
-/src/gnu/autoconf-1.11/ChangeLog /src/gnu/autoconf-1.11/autoconf.texi /src/gnu/autoconf-1.11/acconfig.h
-/src/gnu/autoconf-1.11/autoconf.sh /src/gnu/autoconf-1.11/acgeneral.m4 /src/gnu/autoconf-1.11/acspecific.m4
-/src/gnu/autoconf-1.11/configure /src/gnu/autoconf-1.11/configure.in /src/gnu/autoconf-1.11/autoheader.sh
-/src/gnu/autoconf-1.11/mkinstalldirs /src/gnu/autoconf-1.11/install.sh /src/gnu/autoconf-1.11/autoconf.info
-/src/gnu/autoconf-1.11/standards.texi /src/gnu/autoconf-1.11/make-stds.texi /src/gnu/autoconf-1.11/standards.info
-/src/gnu/autoconf-1.11/texinfo.tex
diff --git a/testsuite/xargs.posix/quotes.exp b/testsuite/xargs.posix/quotes.exp
deleted file mode 100644
index 574e1ec6..00000000
--- a/testsuite/xargs.posix/quotes.exp
+++ /dev/null
@@ -1 +0,0 @@
-xargs_start p {} quotes.xi
diff --git a/testsuite/xargs.posix/quotes.xo b/testsuite/xargs.posix/quotes.xo
deleted file mode 100644
index 9b6477f6..00000000
--- a/testsuite/xargs.posix/quotes.xo
+++ /dev/null
@@ -1,2 +0,0 @@
-this is quoted stuff and
-an embedded newline with single quotes as well.
diff --git a/testsuite/xargs.posix/s47.exp b/testsuite/xargs.posix/s47.exp
deleted file mode 100644
index 0945b08b..00000000
--- a/testsuite/xargs.posix/s47.exp
+++ /dev/null
@@ -1 +0,0 @@
-xargs_start f {-s47} files.xi
diff --git a/testsuite/xargs.posix/s47.xo b/testsuite/xargs.posix/s47.xo
deleted file mode 100644
index 26eed8f7..00000000
--- a/testsuite/xargs.posix/s47.xo
+++ /dev/null
@@ -1,18 +0,0 @@
-/src/gnu/autoconf-1.11
-/src/gnu/autoconf-1.11/README
-/src/gnu/autoconf-1.11/Makefile.in
-/src/gnu/autoconf-1.11/INSTALL
-/src/gnu/autoconf-1.11/NEWS
-/src/gnu/autoconf-1.11/COPYING
-/src/gnu/autoconf-1.11/ChangeLog
-/src/gnu/autoconf-1.11/autoconf.texi
-/src/gnu/autoconf-1.11/acconfig.h
-/src/gnu/autoconf-1.11/autoconf.sh
-/src/gnu/autoconf-1.11/acgeneral.m4
-/src/gnu/autoconf-1.11/acspecific.m4
-/src/gnu/autoconf-1.11/configure
-/src/gnu/autoconf-1.11/configure.in
-/src/gnu/autoconf-1.11/autoheader.sh
-/src/gnu/autoconf-1.11/mkinstalldirs
-/src/gnu/autoconf-1.11/install.sh
-/src/gnu/autoconf-1.11/autoconf.info
diff --git a/testsuite/xargs.posix/s470.exp b/testsuite/xargs.posix/s470.exp
deleted file mode 100644
index 0643926d..00000000
--- a/testsuite/xargs.posix/s470.exp
+++ /dev/null
@@ -1 +0,0 @@
-xargs_start p {-s470} files.xi
diff --git a/testsuite/xargs.posix/s470.xo b/testsuite/xargs.posix/s470.xo
deleted file mode 100644
index 81077256..00000000
--- a/testsuite/xargs.posix/s470.xo
+++ /dev/null
@@ -1,2 +0,0 @@
-/src/gnu/autoconf-1.11 /src/gnu/autoconf-1.11/README /src/gnu/autoconf-1.11/Makefile.in /src/gnu/autoconf-1.11/INSTALL /src/gnu/autoconf-1.11/NEWS /src/gnu/autoconf-1.11/COPYING /src/gnu/autoconf-1.11/ChangeLog /src/gnu/autoconf-1.11/autoconf.texi /src/gnu/autoconf-1.11/acconfig.h /src/gnu/autoconf-1.11/autoconf.sh /src/gnu/autoconf-1.11/acgeneral.m4 /src/gnu/autoconf-1.11/acspecific.m4 /src/gnu/autoconf-1.11/configure /src/gnu/autoconf-1.11/configure.in
-/src/gnu/autoconf-1.11/autoheader.sh /src/gnu/autoconf-1.11/mkinstalldirs /src/gnu/autoconf-1.11/install.sh /src/gnu/autoconf-1.11/autoconf.info /src/gnu/autoconf-1.11/standards.texi /src/gnu/autoconf-1.11/make-stds.texi /src/gnu/autoconf-1.11/standards.info /src/gnu/autoconf-1.11/texinfo.tex
diff --git a/testsuite/xargs.posix/s48.exp b/testsuite/xargs.posix/s48.exp
deleted file mode 100644
index 506e77b2..00000000
--- a/testsuite/xargs.posix/s48.exp
+++ /dev/null
@@ -1 +0,0 @@
-xargs_start p {-s48} files.xi
diff --git a/testsuite/xargs.posix/s48.xo b/testsuite/xargs.posix/s48.xo
deleted file mode 100644
index 5590252c..00000000
--- a/testsuite/xargs.posix/s48.xo
+++ /dev/null
@@ -1,22 +0,0 @@
-/src/gnu/autoconf-1.11
-/src/gnu/autoconf-1.11/README
-/src/gnu/autoconf-1.11/Makefile.in
-/src/gnu/autoconf-1.11/INSTALL
-/src/gnu/autoconf-1.11/NEWS
-/src/gnu/autoconf-1.11/COPYING
-/src/gnu/autoconf-1.11/ChangeLog
-/src/gnu/autoconf-1.11/autoconf.texi
-/src/gnu/autoconf-1.11/acconfig.h
-/src/gnu/autoconf-1.11/autoconf.sh
-/src/gnu/autoconf-1.11/acgeneral.m4
-/src/gnu/autoconf-1.11/acspecific.m4
-/src/gnu/autoconf-1.11/configure
-/src/gnu/autoconf-1.11/configure.in
-/src/gnu/autoconf-1.11/autoheader.sh
-/src/gnu/autoconf-1.11/mkinstalldirs
-/src/gnu/autoconf-1.11/install.sh
-/src/gnu/autoconf-1.11/autoconf.info
-/src/gnu/autoconf-1.11/standards.texi
-/src/gnu/autoconf-1.11/make-stds.texi
-/src/gnu/autoconf-1.11/standards.info
-/src/gnu/autoconf-1.11/texinfo.tex
diff --git a/testsuite/xargs.posix/s6.exp b/testsuite/xargs.posix/s6.exp
deleted file mode 100644
index d572ae13..00000000
--- a/testsuite/xargs.posix/s6.exp
+++ /dev/null
@@ -1 +0,0 @@
-xargs_start f {-s6} files.xi
diff --git a/testsuite/xargs.sysv/eEOF.exp b/testsuite/xargs.sysv/eEOF.exp
deleted file mode 100644
index 8ac68aa1..00000000
--- a/testsuite/xargs.sysv/eEOF.exp
+++ /dev/null
@@ -1 +0,0 @@
-xargs_start p {-eEOF} eofstr.xi
diff --git a/testsuite/xargs.sysv/eEOF.xo b/testsuite/xargs.sysv/eEOF.xo
deleted file mode 100644
index 7f4c1cdb..00000000
--- a/testsuite/xargs.sysv/eEOF.xo
+++ /dev/null
@@ -1 +0,0 @@
-firstline secondline
diff --git a/testsuite/xargs.sysv/eof.exp b/testsuite/xargs.sysv/eof.exp
deleted file mode 100644
index 73a34265..00000000
--- a/testsuite/xargs.sysv/eof.exp
+++ /dev/null
@@ -1 +0,0 @@
-xargs_start p {} eof.xi
diff --git a/testsuite/xargs.sysv/eof.xo b/testsuite/xargs.sysv/eof.xo
deleted file mode 100644
index 7f4c1cdb..00000000
--- a/testsuite/xargs.sysv/eof.xo
+++ /dev/null
@@ -1 +0,0 @@
-firstline secondline
diff --git a/testsuite/xargs.sysv/iARG.exp b/testsuite/xargs.sysv/iARG.exp
deleted file mode 100644
index 2e2ec75a..00000000
--- a/testsuite/xargs.sysv/iARG.exp
+++ /dev/null
@@ -1 +0,0 @@
-xargs_start p {-iARG echo ARG is xARGx} files.xi
diff --git a/testsuite/xargs.sysv/iARG.xo b/testsuite/xargs.sysv/iARG.xo
deleted file mode 100644
index f28510b1..00000000
--- a/testsuite/xargs.sysv/iARG.xo
+++ /dev/null
@@ -1,22 +0,0 @@
-/src/gnu/autoconf-1.11 is x/src/gnu/autoconf-1.11x
-/src/gnu/autoconf-1.11/README is x/src/gnu/autoconf-1.11/READMEx
-/src/gnu/autoconf-1.11/Makefile.in is x/src/gnu/autoconf-1.11/Makefile.inx
-/src/gnu/autoconf-1.11/INSTALL is x/src/gnu/autoconf-1.11/INSTALLx
-/src/gnu/autoconf-1.11/NEWS is x/src/gnu/autoconf-1.11/NEWSx
-/src/gnu/autoconf-1.11/COPYING is x/src/gnu/autoconf-1.11/COPYINGx
-/src/gnu/autoconf-1.11/ChangeLog is x/src/gnu/autoconf-1.11/ChangeLogx
-/src/gnu/autoconf-1.11/autoconf.texi is x/src/gnu/autoconf-1.11/autoconf.texix
-/src/gnu/autoconf-1.11/acconfig.h is x/src/gnu/autoconf-1.11/acconfig.hx
-/src/gnu/autoconf-1.11/autoconf.sh is x/src/gnu/autoconf-1.11/autoconf.shx
-/src/gnu/autoconf-1.11/acgeneral.m4 is x/src/gnu/autoconf-1.11/acgeneral.m4x
-/src/gnu/autoconf-1.11/acspecific.m4 is x/src/gnu/autoconf-1.11/acspecific.m4x
-/src/gnu/autoconf-1.11/configure is x/src/gnu/autoconf-1.11/configurex
-/src/gnu/autoconf-1.11/configure.in is x/src/gnu/autoconf-1.11/configure.inx
-/src/gnu/autoconf-1.11/autoheader.sh is x/src/gnu/autoconf-1.11/autoheader.shx
-/src/gnu/autoconf-1.11/mkinstalldirs is x/src/gnu/autoconf-1.11/mkinstalldirsx
-/src/gnu/autoconf-1.11/install.sh is x/src/gnu/autoconf-1.11/install.shx
-/src/gnu/autoconf-1.11/autoconf.info is x/src/gnu/autoconf-1.11/autoconf.infox
-/src/gnu/autoconf-1.11/standards.texi is x/src/gnu/autoconf-1.11/standards.texix
-/src/gnu/autoconf-1.11/make-stds.texi is x/src/gnu/autoconf-1.11/make-stds.texix
-/src/gnu/autoconf-1.11/standards.info is x/src/gnu/autoconf-1.11/standards.infox
-/src/gnu/autoconf-1.11/texinfo.tex is x/src/gnu/autoconf-1.11/texinfo.texx
diff --git a/testsuite/xargs.sysv/iquotes.exp b/testsuite/xargs.sysv/iquotes.exp
deleted file mode 100644
index 43b88777..00000000
--- a/testsuite/xargs.sysv/iquotes.exp
+++ /dev/null
@@ -1 +0,0 @@
-xargs_start p {-i__ echo FIRST __ IS OK} quotes.xi
diff --git a/testsuite/xargs.sysv/iquotes.xo b/testsuite/xargs.sysv/iquotes.xo
deleted file mode 100644
index 10ce85cf..00000000
--- a/testsuite/xargs.sysv/iquotes.xo
+++ /dev/null
@@ -1,5 +0,0 @@
-FIRST this is IS OK
-FIRST quoted stuff IS OK
-FIRST and
-an embedded newline IS OK
-FIRST with single quotes as well. IS OK
diff --git a/testsuite/xargs.sysv/l1n4.exp b/testsuite/xargs.sysv/l1n4.exp
deleted file mode 100644
index 4eef4666..00000000
--- a/testsuite/xargs.sysv/l1n4.exp
+++ /dev/null
@@ -1 +0,0 @@
-xargs_start p {-l1 -n4} files.xi
diff --git a/testsuite/xargs.sysv/l1n4.xo b/testsuite/xargs.sysv/l1n4.xo
deleted file mode 100644
index 03f29b59..00000000
--- a/testsuite/xargs.sysv/l1n4.xo
+++ /dev/null
@@ -1,6 +0,0 @@
-/src/gnu/autoconf-1.11 /src/gnu/autoconf-1.11/README /src/gnu/autoconf-1.11/Makefile.in /src/gnu/autoconf-1.11/INSTALL
-/src/gnu/autoconf-1.11/NEWS /src/gnu/autoconf-1.11/COPYING /src/gnu/autoconf-1.11/ChangeLog /src/gnu/autoconf-1.11/autoconf.texi
-/src/gnu/autoconf-1.11/acconfig.h /src/gnu/autoconf-1.11/autoconf.sh /src/gnu/autoconf-1.11/acgeneral.m4 /src/gnu/autoconf-1.11/acspecific.m4
-/src/gnu/autoconf-1.11/configure /src/gnu/autoconf-1.11/configure.in /src/gnu/autoconf-1.11/autoheader.sh /src/gnu/autoconf-1.11/mkinstalldirs
-/src/gnu/autoconf-1.11/install.sh /src/gnu/autoconf-1.11/autoconf.info /src/gnu/autoconf-1.11/standards.texi /src/gnu/autoconf-1.11/make-stds.texi
-/src/gnu/autoconf-1.11/standards.info /src/gnu/autoconf-1.11/texinfo.tex
diff --git a/testsuite/xargs.sysv/l2.exp b/testsuite/xargs.sysv/l2.exp
deleted file mode 100644
index c50b16ca..00000000
--- a/testsuite/xargs.sysv/l2.exp
+++ /dev/null
@@ -1 +0,0 @@
-xargs_start p {-l2} files.xi
diff --git a/testsuite/xargs.sysv/l2.xo b/testsuite/xargs.sysv/l2.xo
deleted file mode 100644
index 0fa94248..00000000
--- a/testsuite/xargs.sysv/l2.xo
+++ /dev/null
@@ -1,11 +0,0 @@
-/src/gnu/autoconf-1.11 /src/gnu/autoconf-1.11/README
-/src/gnu/autoconf-1.11/Makefile.in /src/gnu/autoconf-1.11/INSTALL
-/src/gnu/autoconf-1.11/NEWS /src/gnu/autoconf-1.11/COPYING
-/src/gnu/autoconf-1.11/ChangeLog /src/gnu/autoconf-1.11/autoconf.texi
-/src/gnu/autoconf-1.11/acconfig.h /src/gnu/autoconf-1.11/autoconf.sh
-/src/gnu/autoconf-1.11/acgeneral.m4 /src/gnu/autoconf-1.11/acspecific.m4
-/src/gnu/autoconf-1.11/configure /src/gnu/autoconf-1.11/configure.in
-/src/gnu/autoconf-1.11/autoheader.sh /src/gnu/autoconf-1.11/mkinstalldirs
-/src/gnu/autoconf-1.11/install.sh /src/gnu/autoconf-1.11/autoconf.info
-/src/gnu/autoconf-1.11/standards.texi /src/gnu/autoconf-1.11/make-stds.texi
-/src/gnu/autoconf-1.11/standards.info /src/gnu/autoconf-1.11/texinfo.tex