bug#18679: gzip-1.6 tests/unpack-invalid may override user file in /tmp

2014-10-10 Thread Kiyoshi KANAZAWA
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

bug#18679: gzip-1.6 tests/unpack-invalid may override user file in /tmp

2014-10-10 Thread Paul Eggert
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

bug#18679: gzip-1.6 tests/unpack-invalid may override user file in /tmp

2014-10-10 Thread Jim Meyering
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.