Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/regress/usr.bin/sort do not display the actuall command exec...



details:   https://anonhg.NetBSD.org/src/rev/ed830ce0e9f3
branches:  trunk
changeset: 502110:ed830ce0e9f3
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Jan 11 22:19:29 2001 +0000

description:
do not display the actuall command executing stests

diffstat:

 regress/usr.bin/sort/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (15 lines):

diff -r 0bd48ce0e8ed -r ed830ce0e9f3 regress/usr.bin/sort/Makefile
--- a/regress/usr.bin/sort/Makefile     Thu Jan 11 22:18:38 2001 +0000
+++ b/regress/usr.bin/sort/Makefile     Thu Jan 11 22:19:29 2001 +0000
@@ -1,9 +1,9 @@
-#      $NetBSD: Makefile,v 1.2 2001/01/11 14:12:14 jdolecek Exp $
+#      $NetBSD: Makefile,v 1.3 2001/01/11 22:19:29 jdolecek Exp $
 
 MKMAN=  no
 
 regress:
        @echo "Note: GNU sort does not pass all tests"
-       /bin/sh ${.CURDIR}/stests
+       @/bin/sh ${.CURDIR}/stests
 
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index