summaryrefslogtreecommitdiff
path: root/tests/ls
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-05-24 14:31:23 +0000
committerJim Meyering <jim@meyering.net>1997-05-24 14:31:23 +0000
commitb0f8e63615f60804b71d80ac6d84f5a73e7cda9c (patch)
treec611748f2d861eabcb2bfad2bd8aae765ee2eb1c /tests/ls
parentc8062f789d5de17853702a60e362c8f394755a86 (diff)
downloadcoreutils-b0f8e63615f60804b71d80ac6d84f5a73e7cda9c.tar.xz
.
Diffstat (limited to 'tests/ls')
-rw-r--r--tests/ls/Makefile.in10
-rwxr-xr-xtests/ls/ls-tests4
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