From: Jeff King <peff@peff.net>
To: Junio C Hamano <gitster@pobox.com>
Cc: evgeny <illumsoft.org@gmail.com>, git@vger.kernel.org
Subject: Re: t0005-signals.sh fails with ksh
Date: Fri, 8 May 2015 17:14:54 -0400 [thread overview]
Message-ID: <20150508211453.GA11594@peff.net> (raw)
In-Reply-To: <20150508205548.GB13457@peff.net>
On Fri, May 08, 2015 at 04:55:48PM -0400, Jeff King wrote:
> > Does this work if you did
> >
> > OUT=$( ( (large_git ; echo $? 1>&3) | : ) 3>&2 ) &&
> >
> > instead?
>
> It does for me. I've tested our suite with mksh before, and it passed
> (that's why the earlier check already covers ksh). But using the ksh I
> get from "apt-get install ksh" on Debian (ksh93, it looks like?) fails
> as described. The change above prevents the shell from crashing, and
> then if we also massage the code, the test passes (i.e., the patch
> below).
>
> I'm on the fence, though, on declaring ksh93 to be unsupported. I don't
> know how many other instances of this are in our test suite, and it's
> one more maintenance headache to deal with. Are there really platforms
> with no actual POSIX shell (on Solaris, for example, the xpg6 shell is a
> much better choice)?
Hmph. I just ran the whole suite with SHELL_PATH=ksh. There are about 35
failures overall, and they are not all related. For instance, in t4014,
it looks like a variable assignment just goes missing (whether it is
because it is a one-shot against a function, or because it contains a
bunch of utf8 characters, I'm not sure). We might be able to work around
that. But some of the other failures leave me quite confused.
Here's an oddity I isolated based on a failure in t5502:
$ git init foo && cd foo
Initialized empty Git repository in /home/peff/foo/.git/
$ (cd .git/objects && ls)
info pack
OK, makes sense. Now...
$ mkdir subdir && cd subdir
$ ls ../.git/objects
info pack
$ cd ../.git/objects
ksh: cd: /home/peff/foo/git/objects: [No such file or directory]
Um, what? Apparently using "../.foo" will eat the "." off of "foo"?
-Peff
next prev parent reply other threads:[~2015-05-08 21:15 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-08 20:15 t0005-signals.sh fails with ksh evgeny
2015-05-08 20:34 ` Junio C Hamano
2015-05-08 20:55 ` Jeff King
2015-05-08 21:14 ` Jeff King [this message]
2015-05-08 21:39 ` Junio C Hamano
2015-05-08 23:43 ` evgeny
2015-05-09 8:20 ` Andreas Schwab
2015-05-08 21:16 ` Junio C Hamano
2015-05-08 21:21 ` Jeff King
2015-05-09 20:01 ` brian m. carlson
2015-05-08 23:05 ` evgeny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150508211453.GA11594@peff.net \
--to=peff@peff.net \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=illumsoft.org@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).