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:13:42 +0300 Message-ID: <86sey2tcih.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> <87ed9ms8ep.fsf@gmx.de> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33232"; 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:20 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 1sBuma-0008P0-IR for ged-emacs-devel@m.gmane-mx.org; Tue, 28 May 2024 13:14:20 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sBum3-0005h1-Sa; Tue, 28 May 2024 07:13:47 -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 1sBum2-0005gf-Bc for emacs-devel@gnu.org; Tue, 28 May 2024 07:13:46 -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 1sBum2-0000F1-1y; Tue, 28 May 2024 07:13:46 -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=2ZwL+64au1H9b7dfjRQSQvRX/9gbPdix5qVCp+9jydY=; b=VmfgWbr+Q+dE iq57kj4AyVJ3jcGyrK0Nb45BUUG8bqVhUiV/I6Xwd5NkX8/SK+u6OUEMi19dV1V1rtvhhIRvE+JOD ymhLldFf2USHWBn5oO432KUXcobsQ6VSQoxDdnhOt2VxfSZK+92KDw03QrJeQovfuiINwSVR5TfO3 pRsZ3gqhSbx8TPj7euto0cxmsRSlysuFQSN1xp6CF00TTZx0ju6HNLkCoFH1IwkS7PRPCSFr+VFJs gFPxPnDGhQ2igAGfkdA8eLynrd2l/c1bElv6AJIbQauTSIxHYUHFrFCSvhww0ZoGrqNNeBy+0rMxz YRVb6kYDm+5t01GEFN+stg==; In-Reply-To: <87ed9ms8ep.fsf@gmx.de> (message from Michael Albinus on Tue, 28 May 2024 09:27:42 +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:319645 Archived-At: > From: Michael Albinus > Cc: Eli Zaretskii , emacs-devel@gnu.org > Date: Tue, 28 May 2024 09:27:42 +0200 > > Michael Albinus writes: > > > 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. > > And reading tar-mode-test-tar-extract-zip-and-gz, there is a check for > gzip, not for zip. Yes, because arc-mode doesn't need zip, AFAIR.