Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh-5.2-test-3
- X-seq: zsh-workers 40147
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: zsh-5.2-test-3
- Date: Sat, 10 Dec 2016 19:44:21 -0800
- Cc: Ray Andrews <rayandrews@xxxxxxxxxxx>
- 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:cc :mime-version; bh=R5B+AYMm4YFKuDLUhQ9xI+yaLiabDI5QNwbpGOk8y00=; b=ey6Vd34Qoszw3IVKIHrBi6xKe+Cg+5baxPpuYGRRShyBWqZfuf+zMLFyfL6iWKaecx SligWWN8B7lvm8W9VuYgOWRpfHE9SMkRw4hJ3smJkiWSSZddAQ2KM8PdmxWAqDPSpP44 X24bsa5QC6N38mfw/Lw2+RfEnyWeWqPKKWVctXI4bb4NbuSp/b+Z5H6z5IgDdO+e+xy1 j/fJ6+H8SfCwSpFwOl2kl+pVnqaKVIs3Q3YUEFhIDO33vSAVZt6TurBYnOMmaqP6ZyEZ hEHiBxph18iFvTSvObHJk8h1MNncsazJgCvZAecYBQ0ZNBe0xdzBXD8IE4qqT7SBGpBV DzOQ==
- In-reply-to: <584CC779.7000207@eastlink.ca>
- 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: <CGME20161206195028epcas2p3c53119ab37952571be3238cdf228d88f@epcas2p3.samsung.com> <20161206194916.10448440@ntlworld.com> <20161209095729.2033b5be@pwslap01u.europe.root.pri> <20161209195457.27e43234@ntlworld.com> <584CB4EF.6070904@eastlink.ca> <161210190737.ZM11109@torch.brasslantern.com> <584CC779.7000207@eastlink.ca>
On Dec 10, 7:26pm, Ray Andrews wrote:
}
} Running test: typeset still works with zsh/param/private module loaded
} ZTST_test: expecting status: 0
} Input: /tmp/zsh.ztst.8681/ztst.in, output:
} /tmp/zsh.ztst.8681/ztst.out, error: /tmp/zsh.ztst.8681/ztst.terr
} ZTST_execchunk: status 0
} ZTST_test: test produced standard output:
} private.TMP/B02: starting.
} Test case skipped: cannot test setuid error when tests run as superuser
Well, there you go. Stop running "make check" while superuser.
I'm not sure this one is worth attempting to fix. The output of B02
is different for EUID=0 and V10 is attempting to pattern-match the
expected successful output of B02. We'd need two different test cases
with different output comparisons depending on whether "make check" is
being run as root.
Actually -- why is that test in B02 in the first place, rather than in
say D04parameter.ztst ?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author