Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/config update expected result



details:   https://anonhg.NetBSD.org/src/rev/8f0c4867283a
branches:  trunk
changeset: 745731:8f0c4867283a
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 09 20:33:16 2020 +0000

description:
update expected result

diffstat:

 tests/usr.bin/config/t_config.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b6c2fd0ff7b4 -r 8f0c4867283a tests/usr.bin/config/t_config.sh
--- a/tests/usr.bin/config/t_config.sh  Mon Mar 09 18:43:52 2020 +0000
+++ b/tests/usr.bin/config/t_config.sh  Mon Mar 09 20:33:16 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_config.sh,v 1.9 2020/03/08 17:21:52 christos Exp $
+# $NetBSD: t_config.sh,v 1.10 2020/03/09 20:33:16 christos Exp $
 #
 # Copyright (c) 2008, 2010 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -279,7 +279,7 @@
 check_ifdef_makefile()
 {
        local f=Makefile
-       local e='-DOK1_1  -DOK2_1  -DOK2_2  -DOK3_1  -DOK3_2  -DOK3_3  -DOK3_4  -DOK3_5  -DMAXUSERS="4"'
+       local e='-DOK1_1  -DOK2_1  -DOK2_2  -DOK3_1  -DOK3_2  -DOK3_3  -DOK3_4  -DOK3_5  -DOK4_1  -DMAXUSERS="4"'
        local r
        r=$(make -f Makefile -V IDENT)
        if [ "$r" != "$e" ]; then



Home | Main Index | Thread Index | Old Index