Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Strange parameter visibility



On Sep 29,  2:28pm, Bart Schaefer wrote:
}
} can make the pipefail test fail by using /bin/true and /bin/false
} in place of the builtin true and false
} 
} I can also make the $pipestatus test fail (one time in the 2048 loops
} it performs) by using "exit 2" instead of "return 2" on the left sides
} of the pipelines.  (Test/A05execution.ztst)
} 
} However, I get those failures on only one of the two hosts where I tried.
} So these likely are still some kind of race condition.

And now I can't get them reliably even on the host where they first
appeared, so this looks really hard to resolve.  Sigh.



Messages sorted by: Reverse Date, Date, Thread, Author