aboutsummaryrefslogtreecommitdiff
Most of the code is this directory was written by several people for
the Nix project (http://nixos.org/nix).  Thanks!
cm
AgeCommit message (Collapse)Author
2022-12-20cpio: Skip test on inode numbers that don't fit on 32 bits.Ludovic Courtès
Fixes <https://issues.guix.gnu.org/60202>. Reported by Christopher Baines <mail@cbaines.net>. * tests/cpio.scm (%test-file): New variable. ("file->cpio-header + write-cpio-header + read-cpio-header"): Use it. Skip test when the inode number of %TEST-FILE is too big.