Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: fg and bg tests
- X-seq: zsh-workers 42720
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Peter Stephenson <p.stephenson@xxxxxxxxxxx>
- Subject: Re: PATCH: fg and bg tests
- Date: Wed, 25 Apr 2018 07:28:32 -0700
- Cc: "Zsh hackers' list" <zsh-workers@xxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=4KSfN26wDTC41jCaRbLKnoS2UiPDH4hmnRIi5VJfb+A=; b=RRtFC/0aQL4bHn2ptYpDYpexGWbkxOzQpHqiA6+YrNoJBH4VqkUYT9IrD/4jqwULAa hiP41ZJkOXFX71Gt5FbBDc/bg265rEy7LofV18s4FNVbagXYBSS5Wvq0naVJl2HXIxeo h/w482Av95UeE1yD3d3NEG7+TiNc6BF5KT1aYRdvBCt6moHqSfpMc0IkvP71WemUk2W9 zKZqtjfLul93RTnjz7sykHlcNT976scUYGcoibFFZXZzYjKtCJJQ5n4tGGFE6yUgipE3 UxYDwICgUUjJ/+rvjqFBC7mOZUxARgWx1fkGxS+RgV6Hon/W6EHQ4ZL8f4y+PclYmWrx bIXQ==
- In-reply-to: <20180425100940.31816d28@camnpupstephen.cam.scsc.local>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <CGME20180425090941eucas1p187cf5d07341d2041c15e9947962f3bd9@eucas1p1.samsung.com> <20180424135944.64e73c62@camnpupstephen.cam.scsc.local> <20180425100940.31816d28@camnpupstephen.cam.scsc.local>
On Wed, Apr 25, 2018 at 2:09 AM, Peter Stephenson
<p.stephenson@xxxxxxxxxxx> wrote:
>
> This improves matters in this case by using output from the zpty
This fails on MacOS:
./W02jobs.ztst: starting.
Pattern match failed, line 0:
<0
<stuff1
<
<
<
>0
>?
>?
>7
>stuff1
Test ./W02jobs.ztst failed: output differs from expected as shown above for:
zpty_start
zpty_input $'ed 2>/dev/null\n=\n'
zpty_line
zpty_input $'a\nstuff1\n.\nw tmpfile\nq\n'
zpty_stop
cat tmpfile
rm -f tmpfile
Was testing: Sanity check of "ed" as foreground process
./W02jobs.ztst: test failed.
The following may (or may not) help identifying the cause:
This test checks we can run the simple editor "ed" as a way of testing
user interaction for later job control tests . The test itself is
trivial; its failure may simply indicate our test methodology does not
work on this system.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author