From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Paul Eggert Newsgroups: gmane.emacs.devel Subject: Re: Recursive load? master build fail Date: Sun, 8 May 2016 23:43:17 -0700 Organization: UCLA Computer Science Department Message-ID: <57303185.5010705@cs.ucla.edu> References: <52a1bc0e-762b-fbdc-8866-b03ef491b2ae@yandex.ru> <572E8365.9090803@cs.ucla.edu> <572E9CCB.7070401@cs.ucla.edu> <572EE7F4.4060100@cs.ucla.edu> <87twi9q8za.fsf@gmx.de> <87k2j4ri98.fsf@gmx.de> <572F8FE0.7080600@cs.ucla.edu> <8760uo19yp.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1462776516 5755 80.91.229.3 (9 May 2016 06:48:36 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 9 May 2016 06:48:36 +0000 (UTC) Cc: Dmitry Gutov , Emacs developers , Kaushal Modi To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 09 08:48:27 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1azev5-0002Uf-WA for ged-emacs-devel@m.gmane.org; Mon, 09 May 2016 08:43:56 +0200 Original-Received: from localhost ([::1]:39331 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azev5-00048K-7t for ged-emacs-devel@m.gmane.org; Mon, 09 May 2016 02:43:55 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58236) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azev1-00046D-PZ for emacs-devel@gnu.org; Mon, 09 May 2016 02:43:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1azeuy-0003DF-HS for emacs-devel@gnu.org; Mon, 09 May 2016 02:43:51 -0400 Original-Received: from zimbra.cs.ucla.edu ([131.179.128.68]:53316) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azeuv-00037c-Ch for emacs-devel@gnu.org; Mon, 09 May 2016 02:43:48 -0400 Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id A6218161269; Sun, 8 May 2016 23:43:28 -0700 (PDT) Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id yPb8mSnjo-z6; Sun, 8 May 2016 23:43:23 -0700 (PDT) Original-Received: from localhost (localhost [127.0.0.1]) by zimbra.cs.ucla.edu (Postfix) with ESMTP id 2A64816126A; Sun, 8 May 2016 23:43:23 -0700 (PDT) X-Virus-Scanned: amavisd-new at zimbra.cs.ucla.edu Original-Received: from zimbra.cs.ucla.edu ([127.0.0.1]) by localhost (zimbra.cs.ucla.edu [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id rG-veswsTGa4; Sun, 8 May 2016 23:43:23 -0700 (PDT) Original-Received: from [192.168.1.9] (unknown [100.32.155.148]) by zimbra.cs.ucla.edu (Postfix) with ESMTPSA id 1C404161269; Sun, 8 May 2016 23:43:22 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.2 In-Reply-To: <8760uo19yp.fsf@gmx.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 131.179.128.68 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:203700 Archived-At: Michael Albinus wrote: >> > Test tramp-test24-file-name-completion condition: >> > (ert-test-failed >> > ((should >> > (member >> > (format "%s:" host) >> > (file-name-all-completions ... "/"))) >> > :form >> > (member "day:" >> > ("dav:" "davs:" "doas:" "dev/")) >> > :value nil)) > What is "day"? Is it your local computer? Yes. > Do you use another remote > directory for testing but the default `/mock::/tmp/'? I just run "make check" without any special settings. I assume no remote directories are involved.