--- unzip60/man/unzip.1 2011-01-11 11:59:59.000000000 +0000 +++ unzip60/man/unzip_new 2011-02-05 18:45:55.000000000 +0000 @@ -424,7 +424,7 @@ .\" Amiga support possible eventually, but not yet [MS-DOS, OS/2, NT] restore the volume label if the extraction medium is removable (e.g., a diskette). Doubling the option (\fB\-$$\fP) allows fixed -media (hard disks) to be labelled as well. By default, volume labels are +media (hard disks) to be labeled as well. By default, volume labels are ignored. .IP \fB\-/\fP\ \fIextensions\fP [Acorn only] overrides the extension list supplied by Unzip$Ext environment e='hidden' name='id' value='e943d9ad5373b09fc0d97283c7037cc59787ad4f'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/vnstat.scm
AgeCommit message (Expand)Author
2023-05-11tests: vnstat: Avoid call to 'getservbyname'....This would break "make as-derivation" because /etc/services is unavailable in the build environment: [ 38/ 80] loading... 95.0% of 40 filesBacktrace: In guix/build/compile.scm: 249:8 19 (compile-files "." "/gnu/store/s5nadqd6hkzivkxp33svwqslfn608ng5-guix-system-tests" ("gnu/tests/audio.scm" "gnu/tests/base.scm" "gnu/tests/ci.scm" "gnu/tests/cups.scm" "gnu/tests/d…" …) …) […] In unknown file: 0 (getserv "discard" "tcp") ERROR: In procedure getserv: In procedure getserv: no such service discard builder for `/gnu/store/…-guix-system-tests.drv' failed with exit code 1 * gnu/tests/vnstat.scm (run-vnstat-test): Hard-code 'guest-port' instead of calling 'getservbyname'. Ludovic Courtès
2023-05-11tests: Add vnstat tests....* gnu/tests/vnstat.scm: New file. * gnu/local.mk: Register it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal