]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Thu, 30 Nov 1995 19:42:58 +0000 (19:42 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 30 Nov 1995 19:42:58 +0000 (19:42 +0000)
tests/join/Makefile
tests/join/build-script

index d37029055f995dd796732ac1ebf4292adc414841..4fc7fa04668fff1eeab5df6f7bad0ce03ae66feb 100644 (file)
@@ -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
index 146a1c379b333ab6866bc266294be854b31aee85..f31a27112a2001dcefa74daa436923ef2e88241d 100755 (executable)
@@ -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