[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#70862: 'write-error' test fails on NetBSD when run as root
From: |
Bruno Haible |
Subject: |
bug#70862: 'write-error' test fails on NetBSD when run as root |
Date: |
Fri, 10 May 2024 18:01:56 +0200 |
Hi,
On NetBSD, building gzip from git (with the newest gnulib) and
running "make check" as root produces 1 test failure:
FAIL: write-error
=================
FAIL write-error (exit status: 1)
How to reproduce:
1. Download tarball.zip from
https://github.com/gnu-gzip/ci-check/actions/runs/9033181872/artifacts/1491311737
2. Unpack it.
3. tar xfz gzip-2024-05-10.tar.gz
4. ./configure; make; make check
The attached patch fixes it (and produces no regressions).
0001-tests-Fix-test-failure-on-NetBSD-when-run-as-root.patch
Description: Text Data
- bug#70862: 'write-error' test fails on NetBSD when run as root,
Bruno Haible <=