Hello,
In file "tests/unpack-invalid", line 29
"if gzip -d /tmp/out 2>/tmp/err; then"
User may be using the same file: /tmp/out & /tmp/err.
They should be created in tests directory.
--- Kiyoshi
Kiyoshi KANAZAWA wrote:
They should be created in tests directory.
Thanks; I pushed the attached to fix that.
From 6ffdf6ea71bfb289efd10290579405ea480c0e49 Mon Sep 17 00:00:00 2001
From: Paul Eggert
Date: Fri, 10 Oct 2014 11:41:25 -0700
Subject: [PATCH] tests: use local dir for output
Report
On Fri, Oct 10, 2014 at 11:43 AM, Paul Eggert wrote:
> Kiyoshi KANAZAWA wrote:
>
>> They should be created in tests directory.
Ouch. Thank you for catching that.