From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: master 91e02dde5fe: New tests for nested archives (bug#70987) Date: Tue, 28 May 2024 14:12:59 +0300 Message-ID: <86ttiitcjo.fsf@gnu.org> References: <171618627762.8573.3679457028884512823@vcs2.savannah.gnu.org> <20240520062438.19910C35337@vcs2.savannah.gnu.org> <87h6eslna6.fsf@gmx.de> <86frucaci3.fsf@gnu.org> <87fruc389s.fsf@gmx.de> <86ed9wo1tk.fsf@mail.linkov.net> <8634qc9x8v.fsf@gnu.org> <87msobrvvt.fsf@gmx.de> <86h6ejdtn1.fsf@mail.linkov.net> <87ikyys95g.fsf@gmx.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="31923"; mail-complaints-to="usenet@ciao.gmane.io" Cc: juri@linkov.net, emacs-devel@gnu.org To: Michael Albinus Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue May 28 13:14:05 2024 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1sBumL-00081j-GM for ged-emacs-devel@m.gmane-mx.org; Tue, 28 May 2024 13:14:05 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sBulU-0005Ra-RS; Tue, 28 May 2024 07:13:12 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sBulR-0005Qx-JT for emacs-devel@gnu.org; Tue, 28 May 2024 07:13:09 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sBulP-00008X-No; Tue, 28 May 2024 07:13:07 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=BN+3ZqGJbErFxQmPmHaW8rH5aC4Xrj/SHLZskucXnjI=; b=JjZ2gKxD1qQo 3/mIckAfrBptVcjcTJkH0kv7HD8MOo+F5H3q+EM69OgmOXGKVcKeb3UQLVaLVFCjnjXDhSfrpWpnc 8ze/NTaTR02yDufxDjm/Fz2hdCnaLnJfPIkf4QvgakEwRt3Fg8BkpA6z9dS0T0A99dIB8+UDhjQUO 7P5aGaOSxfcrkWqCdrE8VxDmUoaT9DFupH+zRX/T21fp6Yv6KLHE5/4ENNvwqtjo4fSSSgL+XTqkE mDxN0nLhw7JS4o2bmOsLdVVcifwG6pQubaqUEnwfMRqHdMkIRy9ubfSOLkAtx23yMEpoPMLLUQiXf 3cDu8K3BESxwftkBGHgCkA==; In-Reply-To: <87ikyys95g.fsf@gmx.de> (message from Michael Albinus on Tue, 28 May 2024 09:11:39 +0200) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 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-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:319644 Archived-At: > From: Michael Albinus > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Tue, 28 May 2024 09:11:39 +0200 > > Juri Linkov writes: > > >> In order to keep the ball rolling: while tar-mode-tests succeed in my > >> local environment, they fail on emba: > >> ... > >> Searching for program: No such file or directory, unzip > >> ... > >> Perhaps it needs a test whether executable unzip does exist? > > > > Looks so, like there is already (skip-unless (executable-find "zip")). > > On Debian, zip and unzip are installed by different packages. The > existence of the executable zip does not include executable unzip. I think Juri meant to say that since we already test for zip, we should also test for unzip where it is needed.