git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* t0005 failing with ksh93 on linux
@ 2010-07-09  3:08 Jonathan Nieder
  2010-07-09  7:05 ` [PATCH] t0005: work around strange $? in ksh when program terminated by a signal Johannes Sixt
  0 siblings, 1 reply; 9+ messages in thread
From: Jonathan Nieder @ 2010-07-09  3:08 UTC (permalink / raw)
  To: git; +Cc: Jeff King

Hi,

I can’t seem to get test-sigchain to run with ksh93 on linux:

 $ ksh
 
 ksh>$ ../bin-wrappers/test-sigchain 
 three
 two
 one
 Terminated
 ksh>$ echo $?
 271
 ksh>$ exit
 $ ../bin-wrappers/test-sigchain 
 three
 two
 one
 Terminated
 $ echo $?
 143

As a result, t0005-signals.sh fails when run through that
shell.  Ideas?

$ ksh t0005-signals.sh  -v
Initialized empty Git repository in /dev/shm/alt-git/t/trash directory.t0005-signals/.git/
expecting success: 
[...]
        test_cmp expect actual

not ok - 1 sigchain works
[...]
$ git describe
v1.7.2-rc2
$ ksh --version
  version         sh (AT&T Research) 93s+ 2008-01-31
$ uname -s -r -m
Linux 2.6.26-2-686-bigmem i686

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-07-12  6:47 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-09  3:08 t0005 failing with ksh93 on linux Jonathan Nieder
2010-07-09  7:05 ` [PATCH] t0005: work around strange $? in ksh when program terminated by a signal Johannes Sixt
2010-07-09 11:53   ` Jeff King
2010-07-09 14:39   ` Jonathan Nieder
2010-07-09 15:45   ` Brandon Casey
2010-07-09 16:03     ` Ævar Arnfjörð Bjarmason
2010-07-09 16:07       ` Brandon Casey
2010-07-12  6:41     ` [PATCH v2] t0005: work around strange $? in ksh93 " Johannes Sixt
2010-07-12  6:47       ` Junio C Hamano

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).