Thu Jun 25 15:43:27 2020 UTC ()
Fix pastos.


(jruoho)
diff -r1.1 -r1.2 src/tests/sbin/ifconfig/t_tap.sh
diff -r1.2 -r1.3 src/tests/usr.sbin/cpuctl/t_cpuctl.sh

cvs diff -r1.1 -r1.2 src/tests/sbin/ifconfig/t_tap.sh (expand / switch to context diff)
--- src/tests/sbin/ifconfig/t_tap.sh 2020/06/25 14:24:46 1.1
+++ src/tests/sbin/ifconfig/t_tap.sh 2020/06/25 15:43:26 1.2
@@ -1,4 +1,4 @@
-# $NetBSD: t_tap.sh,v 1.1 2020/06/25 14:24:46 jruoho Exp $
+# $NetBSD: t_tap.sh,v 1.2 2020/06/25 15:43:26 jruoho Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -50,7 +50,7 @@
 		fi
 
 		ifconfig "tap$tap" create
-		echo "Created $tap"
+		echo "Created tap$tap"
 
 	done < $taps
 }

cvs diff -r1.2 -r1.3 src/tests/usr.sbin/cpuctl/t_cpuctl.sh (expand / switch to context diff)
--- src/tests/usr.sbin/cpuctl/t_cpuctl.sh 2020/06/24 10:07:13 1.2
+++ src/tests/usr.sbin/cpuctl/t_cpuctl.sh 2020/06/25 15:43:26 1.3
@@ -1,4 +1,4 @@
-# $NetBSD: t_cpuctl.sh,v 1.2 2020/06/24 10:07:13 jruoho Exp $
+# $NetBSD: t_cpuctl.sh,v 1.3 2020/06/25 15:43:26 jruoho Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -126,13 +126,13 @@
 		-o empty -x cpuctl nointr -1
 
 	atf_check -s exit:1 -e ignore \
-		-o empty -x cpuctl identify $(exp ncpu + 1)
+		-o empty -x cpuctl identify $(expr ncpu + 1)
 
 	atf_check -s exit:1 -e ignore \
-		-o empty -x cpuctl offline $(exp ncpu + 1)
+		  -o empty -x cpuctl offline $(expr ncpu + 1)
 
 	atf_check -s exit:1 -e ignore \
-		-o empty -x cpuctl nointr $(exp ncpu + 1)
+		-o empty -x cpuctl nointr $(expr ncpu + 1)
 }
 
 err_cleanup() {