From: Paul Eggert Date: Fri, 10 Oct 2014 18:41:25 +0000 (-0700) Subject: tests: use local dir for output X-Git-Tag: v1.7~41 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=ea51a24818b509ef22f6c27462ce556499ddbbd0;p=debian%2Fgzip tests: use local dir for output Reported by Kiyoshi KANAZAWA in: http://bugs.gnu.org/18679 * tests/unpack-invalid: Use local directory, not /tmp, for output. --- diff --git a/tests/unpack-invalid b/tests/unpack-invalid index daa7b25..2569cdb 100755 --- a/tests/unpack-invalid +++ b/tests/unpack-invalid @@ -26,7 +26,7 @@ for input in \ printf "$input" >in || framework_failure_ - if gzip -d /tmp/out 2>/tmp/err; then + if gzip -d out 2>err; then fail=1 else fail=0