bug-bison
[Top][All Lists]
Advanced

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

Re: [GNU Bison 3.6.90] testsuite: 173 174 175 176 177 178 179 180 181 18


From: Akim Demaille
Subject: Re: [GNU Bison 3.6.90] testsuite: 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 196 220 221 228 244 245 246 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 549 555 562 567 577 failed
Date: Mon, 6 Jul 2020 06:00:31 +0200

Hi Kiyoshi,

> Le 5 juil. 2020 à 23:10, Kiyoshi KANAZAWA <yoi_no_myoujou@yahoo.co.jp> a 
> écrit :
> 
> Hi, Akim.
> 
> Checked with some shell(es).
> May be you need /bin/bash.
> In my case, sh is /usr/xpg4/bin/sh.
> 
> /usr/xpg4/bin/sh
> $ printf "\u2022\n"
> ?
> 
> /bin/sh (ksh93)
> $ printf "\u2022\n"
> 
> /bin/bash
> $ printf "\u2022\n"
> \u2022
> 
> /usr/bin/csh
> % printf "\u2022\n"
> ?

You are right, I should have used single quotes, not double quotes.  Besides,
make sure you do run the program, not possibly the shell builtin.  So the test
should be something like

$ /usr/local/bin/printf '\u2022\n'
•

Cheers!


reply via email to

[Prev in Thread] Current Thread [Next in Thread]