KO Myung-Hun wrote:
> > PATH_SEPARATOR is the right approach, yes. In m4/progtest.m4 and
> > m4/lib-ld.m4
> > you find a code snippet that determines PATH_SEPARATOR. You can copy this to
> > init.sh.
> >
>
> Ok. Here is the patch.
Thanks. Looks perfect. Applied.
Bruno
Bruno Haible wrote:
> KO Myung-Hun wrote:
>>> Does the init.sh test failure go away with this patch?
>>>
>>
>> 'shopt' related failure disappeared.
>
> OK, I've pushed the patch.
>
>> However, 'invalid path dir' is
>> still. I looked into that. And ':' was a problem. Because ':' is not a
>> pat
KO Myung-Hun wrote:
> > Does the init.sh test failure go away with this patch?
> >
>
> 'shopt' related failure disappeared.
OK, I've pushed the patch.
> However, 'invalid path dir' is
> still. I looked into that. And ':' was a problem. Because ':' is not a
> path separator on OS/2. Instead it's
Hi/2.
Bruno Haible wrote:
> KO Myung-Hun wrote:
>> I attach test-suite.log.
>
> Does the init.sh test failure go away with this patch?
>
'shopt' related failure disappeared. However, 'invalid path dir' is
still. I looked into that. And ':' was a problem. Because ':' is not a
path separator on O
KO Myung-Hun wrote:
> I attach test-suite.log.
Does the init.sh test failure go away with this patch?
diff --git a/tests/init.sh b/tests/init.sh
index 470605c..0821c57 100644
--- a/tests/init.sh
+++ b/tests/init.sh
@@ -250,7 +250,7 @@ test -n "$BASH_VERSION" && unalias -a
# That is part of the s