Source-Changes-HG archive

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

[src/netbsd-9]: src/bin/test Pull up following revision(s) (requested by dhol...



details:   https://anonhg.NetBSD.org/src/rev/9b04eb93471e
branches:  netbsd-9
changeset: 369728:9b04eb93471e
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Aug 29 16:04:26 2022 +0000

description:
Pull up following revision(s) (requested by dholland in ticket #1507):

        bin/test/test.c: revision 1.45

PR 56983 Izumi Tsutsui: fix confusing message in test(1) with -DSMALL

diffstat:

 bin/test/test.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 0bb3863629bd -r 9b04eb93471e bin/test/test.c
--- a/bin/test/test.c   Mon Aug 29 16:02:34 2022 +0000
+++ b/bin/test/test.c   Mon Aug 29 16:04:26 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: test.c,v 1.43 2018/09/13 22:00:58 kre Exp $ */
+/* $NetBSD: test.c,v 1.43.2.1 2022/08/29 16:04:26 martin Exp $ */
 
 /*
  * test(1); version 7-like  --  author Erik Baalbergen
@@ -12,7 +12,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: test.c,v 1.43 2018/09/13 22:00:58 kre Exp $");
+__RCSID("$NetBSD: test.c,v 1.43.2.1 2022/08/29 16:04:26 martin Exp $");
 #endif
 
 #include <sys/stat.h>
@@ -306,7 +306,7 @@
         */
 
 #ifdef SMALL
-       error("SMALL test, no fallback usage");
+       error("unsupported expression when built with -DSMALL");
 #else
 
        t_wp = &argv[1];



Home | Main Index | Thread Index | Old Index