Hello!

On Thu, Dec 14, 2006 at 05:21:34PM +0100, Jim Meyering wrote:
> [...]

> +( gdb --version ) > gdb.out 2>&1
> +if test ! -s gdb.out; then
> +  echo "$0: can't run gdb.  Skipping this test." 1>&2
> +  (exit 77); exit 77
> +fi

#v+
$ ( nonexistent ) > out 2>&1
$ test ! -s out && echo can\'t run || echo continuing
continuing
#v-

(Similar case again later, I think.)


Also, why do you need to run the `gdb' commands from subshells?


Regards,
 Thomas

Attachment: signature.asc
Description: Digital signature

_______________________________________________
Bug-coreutils mailing list
Bug-coreutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to