Source-Changes-HG archive

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

[src/trunk]: src/bin/test PR 56983 Izumi Tsutsui: fix confusing message in te...



details:   https://anonhg.NetBSD.org/src/rev/dd7f02495c69
branches:  trunk
changeset: 369678:dd7f02495c69
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Aug 27 21:18:39 2022 +0000

description:
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 6965078003aa -r dd7f02495c69 bin/test/test.c
--- a/bin/test/test.c   Sat Aug 27 20:42:16 2022 +0000
+++ b/bin/test/test.c   Sat Aug 27 21:18:39 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: test.c,v 1.44 2021/12/05 04:42:55 msaitoh Exp $ */
+/* $NetBSD: test.c,v 1.45 2022/08/27 21:18:39 dholland 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.44 2021/12/05 04:42:55 msaitoh Exp $");
+__RCSID("$NetBSD: test.c,v 1.45 2022/08/27 21:18:39 dholland 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