summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-11-30 19:42:58 +0000
committerJim Meyering <jim@meyering.net>1995-11-30 19:42:58 +0000
commitc0f51577fde0332233fa3a212afee2378af2cc41 (patch)
treef044894434191f54d8207514e9b691cfddda9212 /tests
parentefac765819c9511e8c838aa50cfa18240bc5c315 (diff)
downloadcoreutils-c0f51577fde0332233fa3a212afee2378af2cc41.tar.xz
.
Diffstat (limited to 'tests')
-rw-r--r--tests/join/Makefile4
-rwxr-xr-xtests/join/build-script4
2 files changed, 5 insertions, 3 deletions
diff --git a/tests/join/Makefile b/tests/join/Makefile
index d37029055..4fc7fa046 100644
--- a/tests/join/Makefile
+++ b/tests/join/Makefile
@@ -14,6 +14,6 @@ distclean:
.PHONY: clean
clean: distclean
-.PHONY: realclean
-realclean: clean
+.PHONY: maintainer-clean realclean
+maintainer-clean realclean: clean
rm -f join-tests t*.[12] t*.exp t*.log
diff --git a/tests/join/build-script b/tests/join/build-script
index 146a1c379..f31a27112 100755
--- a/tests/join/build-script
+++ b/tests/join/build-script
@@ -74,6 +74,8 @@ EOF
}
print <<EOF2 ;
if test \$errors -gt 0 ; then
- echo Failed \$errors tests. 1>&2
+ echo "Failed \$errors tests." 1>&2
+else
+ echo 'Passed all tests.' 1>&2
fi
EOF2