Module Name:    src
Committed By:   christos
Date:           Mon Mar  9 20:33:16 UTC 2020

Modified Files:
        src/tests/usr.bin/config: t_config.sh

Log Message:
update expected result


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/usr.bin/config/t_config.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/usr.bin/config/t_config.sh
diff -u src/tests/usr.bin/config/t_config.sh:1.9 src/tests/usr.bin/config/t_config.sh:1.10
--- src/tests/usr.bin/config/t_config.sh:1.9	Sun Mar  8 13:21:52 2020
+++ src/tests/usr.bin/config/t_config.sh	Mon Mar  9 16:33:16 2020
@@ -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_files()
 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

Reply via email to