Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Strange parameter visibility
- X-seq: zsh-workers 39505
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "Zsh Hackers' List" <zsh-workers@xxxxxxx>
- Subject: Re: Strange parameter visibility
- Date: Thu, 29 Sep 2016 14:36:17 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=MzWEopYzMyXTCOTFLZlUYwGRZzP9VCnZd10oWXGcG0s=; b=bidBb1nWaMzAdEPNQ2kCX9+PRqzD19uAYjcOATKwblo2CwHeiAUM98XrOCgOGTc3IF grdyfZqyBrX58aeGPw8KEOA1glbZCKiQ14N0unx+01eaf2SlbMldCY9HfOr8GjgZsxU4 MFoGKIj3OHx06cOxYIJYb6HYzH56sHdnNBkotg2yzdiQ5/qT5d44eMCtTxpOa1s4/5Bw x7OSgMJsFfuUAPVhYEkJPol3MTcKn/kcZT9u6WLZGMeHNMVavMiEHSkw5RmyvA99dHC5 D9lCng/mssNQoqgYqrXZbzLbVfxukZ+gEXnzeo3At4SYn7reWDWs5XiPLt+0/suIKg4p kGZA==
- In-reply-to: <160929142821.ZM16694@torch.brasslantern.com>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CGME20160917181339eucas1p24d214aa618aa96b5a8ddfbf351598da6@eucas1p2.samsung.com> <87bmzmtmzq.fsf@alfa.kjonca> <20160929172417.5022a014@pwslap01u.europe.root.pri> <20160929180301.5d1930d0@pwslap01u.europe.root.pri> <160929142821.ZM16694@torch.brasslantern.com>
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