From 9c98b4ba54853c3677097cc45cd12ad8961cd44e Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 28 Aug 2006 17:42:55 +0000 Subject: [PATCH] =?UTF-8?q?17:38=E2=8E=9C=C2=ABhondza:#mksh=C2=BB=20so=20I?= =?UTF-8?q?=20built=20new=20mksh,=20run=20tests=20and=20got:=2017:38?= =?UTF-8?q?=E2=8E=9C=C2=ABhondza:#mksh=C2=BB=20fail=20../mksh/check.t:IFS-?= =?UTF-8?q?space-colon-3=20(as=20expected)=2017:38=E2=8E=9C=C2=ABhondza:#m?= =?UTF-8?q?ksh=C2=BB=20FAIL=20../mksh/check.t:integer-base-5=2017:39?= =?UTF-8?q?=E2=8E=9C=20interesting=2017:40=E2=8E=9C=20why=20does=20integer-base-5=20fail=3F=2017:40?= =?UTF-8?q?=E2=8E=9C=C2=ABhondza:#mksh=C2=BB=20=20=20=20=20j=3D~3=2017:40?= =?UTF-8?q?=E2=8E=9C=C2=ABhondza:#mksh=C2=BB=20~3=20expands=20to=20/tmp/3?= =?UTF-8?q?=2017:40=E2=8E=9C=20aah,=20nice=20catch=2017:40?= =?UTF-8?q?=E2=8E=9C=20that=20must=20be=20quoted=20of=20co?= =?UTF-8?q?urse.=20bug=20in=20the=20test.=2017:41=E2=8E=9C?= =?UTF-8?q?=20can=20you=20try=20with=20j=3D'~3'=2017:41=E2=8E=9C=20I'll=20commit=20that=20in=20an=20instant=20then=2017:4?= =?UTF-8?q?2=E2=8E=9C=C2=ABhondza:#mksh=C2=BB=20yeah,=20quoting=20it=20wor?= =?UTF-8?q?ked=2017:42=E2=8E=9C=20thanks=2017:42=E2=8E=9C?= =?UTF-8?q?=C2=ABhondza:#mksh=C2=BB=20:)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- check.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/check.t b/check.t index 0dd1790..3304afd 100644 --- a/check.t +++ b/check.t @@ -1,4 +1,4 @@ -# $MirOS: src/bin/mksh/check.t,v 1.63 2006/08/28 01:40:54 tg Exp $ +# $MirOS: src/bin/mksh/check.t,v 1.64 2006/08/28 17:42:55 tg Exp $ # $OpenBSD: bksl-nl.t,v 1.2 2001/01/28 23:04:56 niklas Exp $ # $OpenBSD: history.t,v 1.5 2001/01/28 23:04:56 niklas Exp $ # $OpenBSD: read.t,v 1.3 2003/03/10 03:48:16 david Exp $ @@ -2350,7 +2350,7 @@ stdin: echo $a echo -- typeset -i j=3 - j=~3 + j='~3' echo $j echo -- typeset -i k=1