From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18880 invoked by alias); 11 Dec 2016 04:00:01 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 40148 Received: (qmail 13174 invoked from network); 11 Dec 2016 04:00:01 -0000 X-Qmail-Scanner-Diagnostics: from mta04.eastlink.ca by f.primenet.com.au (envelope-from , uid 7791) with qmail-scanner-2.11 (clamdscan: 0.99.2/21882. spamassassin: 3.4.1. Clear:RC:0(24.224.136.10):SA:0(-3.7/5.0):. Processed in 0.964988 secs); 11 Dec 2016 04:00:01 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-3.7 required=5.0 tests=RCVD_IN_DNSWL_LOW, RP_MATCHES_RCVD,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.1 X-Envelope-From: rayandrews@eastlink.ca X-Qmail-Scanner-Mime-Attachments: | X-Qmail-Scanner-Zip-Files: | Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.eastlink.ca designates 24.224.136.10 as permitted sender) X-Authority-Analysis: v=2.2 cv=ZvqvEJzG c=1 sm=1 tr=0 a=xPWM5QW5oS+lNOfUWk9MeA==:117 a=xPWM5QW5oS+lNOfUWk9MeA==:17 a=N659UExz7-8A:10 a=Bn004dzhK6WyJZY0x-4A:9 a=pILNOxqGKmIA:10 X-EL-IP-NOAUTH: 24.207.97.144 Message-id: <584CCF3C.7080001@eastlink.ca> Date: Sat, 10 Dec 2016 19:59:56 -0800 From: Ray Andrews User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Icedove/31.7.0 MIME-version: 1.0 To: Bart Schaefer , zsh-workers@zsh.org Subject: Re: zsh-5.2-test-3 References: <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> <161210194421.ZM26380@torch.brasslantern.com> In-reply-to: <161210194421.ZM26380@torch.brasslantern.com> Content-type: text/plain; charset=windows-1252; format=flowed Content-transfer-encoding: 7bit On 12/10/2016 07:44 PM, Bart Schaefer wrote: > Well, there you go. Stop running "make check" while superuser. Yabut there's a few other things that are very specific that they won't run as superuser, so you know you needn't worry about them as the messages are careful to explain. Shouldn't this one be similar? As for me, I'm always super user, I got sick of typing sudo 500 times a day ;-) They say we're not supposta, but it's my computer and I'll bust it if I wanta. Which I do, and there's always a lesson to learned from it. Just to be kosher: $ su ray $ make check ... ************************************** 47 successful test scripts, 0 failures, 1 skipped ************************************** make[1]: Leaving directory '/aMisc/Zsh-new/zsh-5.2-test-3/Test' ray@HP-w5--8-Debian1:/aMisc/Zsh-new/zsh-5.2-test-3$ ... I'll remember that for next time, thanks Bart. Dunno, maybe there could be a warning about that before the rest of the test runs?