On Mon, Jul 14, 2008 at 11:29:35PM +0530, Subrata Modak wrote:
> On Thu, 2008-07-10 at 07:59 -0700, Paul E. McKenney wrote:
> > Someone has to have seen this already, but just in case...
> > 
> > LTP fails to build on systems for which /bin/sh really is an old-style
> > Bourne shell (which by the way is what /bin/sh is defined to be).
> > The following patch fixes at least one instance of this.
> > 
> > Signed-off-by: Paul E. McKenney <[EMAIL PROTECTED]>
> 
> Hi paul,
> 
> Thanks for highlighting this issue. But we will not resort this to point
> to /bin/bash as in many Linux system /bin/sh points to some other
> Posix-compliant Shell(s). However i agree that on most systems it points
> to /bin/bash. We would encourage you to change the link /bin/sh to a
> shell of your choice.

Which I did do.  But it kind of defeats ABAT's LTP feature, not?

                                                Thanx, Paul

> Regards--
> Subrata
> 
> > ---
> > 
> > diff -urpNa -X ../../../dontdiff 
> > ltp-full-20080131/testcases/network/generate.sh 
> > ltp-full-20080131-bash/testcases/network/generate.sh
> > --- ltp-full-20080131/testcases/network/generate.sh 2008-07-10 
> > 07:26:04.000000000 -0700
> > +++ ltp-full-20080131-bash/testcases/network/generate.sh    2008-07-10 
> > 07:22:30.000000000 -0700
> > @@ -1,4 +1,4 @@
> > -#!/bin/sh
> > +#!/bin/bash
> >  #
> >  #   Copyright (c) International Business Machines  Corp., 2001
> >  #
> > 
> 

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to