aboutsummaryrefslogtreecommitdiff
path: root/po/packages/fa.po
diff options
context:
space:
mode:
Diffstat (limited to 'po/packages/fa.po')
0 files changed, 0 insertions, 0 deletions
ild.sh: Test 'guix build -m' with a /dev/fd/N file. tests: guix-build.sh: Don't use hidden gcc for transformation tests. 2023-04-28T17:50:36Z Josselin Poiret dev@jpoiret.xyz 2023-04-25T20:16:41Z urn:sha1:5c26e69118128f6ef162cabddfe5726f03abe4ae * tests/guix-build.sh: Do not try to rewrite gcc, it is hidden and so will not be rewritten, as per eee95b5a879b7096dffd533f24107cf8926b621e. Instead, try to build grep with coreutils rewritten to hello. Signed-off-by: Ludovic Courtès <ludo@gnu.org> tests: Fix checks for expected failures. 2023-04-21T14:16:38Z Eric Bavier bavier@posteo.net 2023-04-20T05:11:27Z urn:sha1:37dd69b44511dc73eb04bdebe8d82c9a0386338e Addresses <https://issues.guix.gnu.org/62406>. With 'set -e', a return status inverted with '!' does not cause the shell to exit immediately. Instead use '&& false' to indicate an expected failure. * tests/guix-archive.sh, tests/guix-build-branch.sh, tests/guix-build.sh, tests/guix-daemon.sh, tests/guix-download.sh, tests/guix-environment-container.sh, tests/guix-environment.sh, tests/guix-gc.sh, tests/guix-git-authenticate.sh, tests/guix-graph.sh, tests/guix-hash.sh, tests/guix-home.sh, tests/guix-pack-relocatable.sh, tests/guix-pack.sh, tests/guix-package-aliases.sh, tests/guix-package-net.sh, tests/guix-package.sh, tests/guix-refresh.sh, tests/guix-shell.sh, tests/guix-style.sh, tests/guix-system.sh: Replace uses of '! ...' with '... && false' or `test ! ...` as appropriate. Signed-off-by: Ludovic Courtès <ludo@gnu.org>