From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52982) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dVO4J-0005LS-3f for guix-patches@gnu.org; Wed, 12 Jul 2017 16:17:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dVO4F-0002oD-5l for guix-patches@gnu.org; Wed, 12 Jul 2017 16:17:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33161) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dVO4E-0002nv-QV for guix-patches@gnu.org; Wed, 12 Jul 2017 16:17:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dVO4E-0005Vo-FY for guix-patches@gnu.org; Wed, 12 Jul 2017 16:17:02 -0400 Subject: [bug#27672] oksh Resent-Message-ID: Message-Id: <3aa5d18b.AEEANP3nYbwAAAAAAAAAAAPU7EAAAAACwQwAAAAAAAW9WABZZoOM@mailjet.com> MIME-Version: 1.0 From: Arun Isaac Date: Thu, 13 Jul 2017 01:46:02 +0530 In-reply-to: <20170712193500.dexsnmtqzchsmbrc@abyayala> References: <20170712193500.dexsnmtqzchsmbrc@abyayala> Content-Type: text/plain Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: ng0 Cc: 27672@debbugs.gnu.org ng0 writes: > + (arguments > + `(; FIXME: > + ;; starting phase `check' > + ;;./tests/th-sh ./tests/th -s ./tests -p ./ksh -C pdksh,sh,ksh,po= six,posix-upu > + ;; make: ./tests/th-sh: Command not found > + #:tests? #f)) Actually, the test files are not present in the tarball. Look at line 62 of the Makefile listing all the test files. None of those files exist. Also, look at the check target on line 99. LGTM, otherwise! =