From: Jim Meyering Date: Thu, 30 Nov 1995 19:42:58 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_13g~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0f51577fde0332233fa3a212afee2378af2cc41;p=thirdparty%2Fcoreutils.git . --- diff --git a/tests/join/Makefile b/tests/join/Makefile index d37029055f..4fc7fa0466 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 146a1c379b..f31a27112a 100755 --- a/tests/join/build-script +++ b/tests/join/build-script @@ -74,6 +74,8 @@ EOF } print <&2 + echo "Failed \$errors tests." 1>&2 +else + echo 'Passed all tests.' 1>&2 fi EOF2