diff options
author | Jim Meyering <jim@meyering.net> | 1997-05-24 14:31:23 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-05-24 14:31:23 +0000 |
commit | b0f8e63615f60804b71d80ac6d84f5a73e7cda9c (patch) | |
tree | c611748f2d861eabcb2bfad2bd8aae765ee2eb1c /tests/ls | |
parent | c8062f789d5de17853702a60e362c8f394755a86 (diff) | |
download | coreutils-b0f8e63615f60804b71d80ac6d84f5a73e7cda9c.tar.xz |
.
Diffstat (limited to 'tests/ls')
-rw-r--r-- | tests/ls/Makefile.in | 10 | ||||
-rwxr-xr-x | tests/ls/ls-tests | 4 |
2 files changed, 8 insertions, 6 deletions
diff --git a/tests/ls/Makefile.in b/tests/ls/Makefile.in index d8fa6c157..5c70f509e 100644 --- a/tests/ls/Makefile.in +++ b/tests/ls/Makefile.in @@ -1,4 +1,4 @@ -# Makefile.in generated automatically by automake 1.1o from Makefile.am +# Makefile.in generated automatically by automake 1.1p from Makefile.am # Copyright (C) 1994, 1995, 1996 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation @@ -135,9 +135,11 @@ TAGS: distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir) subdir = tests/ls + distdir: $(DISTFILES) - here=`cd $(top_builddir) && pwd`; top_distdir=`cd $$top_distdir && pwd` \ - && cd $(top_srcdir) \ + here=`cd $(top_builddir) && pwd`; \ + top_distdir=`cd $(top_distdir) && pwd`; \ + cd $(top_srcdir) \ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu tests/ls/Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ @@ -198,7 +200,7 @@ clean-generic: distclean-generic: rm -f Makefile $(DISTCLEANFILES) - rm -f config.cache config.log stamp-h + rm -f config.cache config.log stamp-h stamp-h[0-9]* test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) maintainer-clean-generic: diff --git a/tests/ls/ls-tests b/tests/ls/ls-tests index ad1844667..f726b42a9 100755 --- a/tests/ls/ls-tests +++ b/tests/ls/ls-tests @@ -9,7 +9,7 @@ $echo testing program: $xx errors=0 test "$srcdir" || srcdir=. test "$VERBOSE" && $xx --version 2> /dev/null -$xx -b $srcdir/'""""" "' $srcdir/b > q1.O 2> q1.E +$xx -b > q1.O 2> q1.E code=$? if test $code != 0 ; then $echo "Test q1 failed: ../../src/ls return code $code differs from expected value 0" 1>&2 @@ -26,7 +26,7 @@ else esac fi test -s q1.E || rm -f q1.E -$xx -b -Q $srcdir/'""""" "' $srcdir/b > q2.O 2> q2.E +$xx -b -Q > q2.O 2> q2.E code=$? if test $code != 0 ; then $echo "Test q2 failed: ../../src/ls return code $code differs from expected value 0" 1>&2 |