* Stefano Lattarini wrote on Mon, Nov 15, 2010 at 06:18:15PM CET:
>   Tests defs: don't let useless variables leak in test scripts.
>   Tests defs: new subroutine `skip' for test skipping.
>   Tests defs: some cleanup and minor fixes.

> No "ticking clock" for this patches at the moment; the clock will be
> started only after the current testsuite regressions have been solved.

Patches (1) through (3) will have to wait until somebody has figured out
why the *+#&$)! /bin/sh on Tru64 exits upon
  set +e
  case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac

if 'set -e' has been called at some earlier point (leading to the
instspc*test and probably other spurious test failures).  Might be
some internal shell data corruption, not sure.

Cheers,
Ralf

Reply via email to