This test relies on 'xargs' being available in $PATH, which is not the case when we build the initial Findutils doing bootstrapping. Reported at . --- findutils-4.6.0/find/testsuite/sv-34976-execdir-fd-leak.sh 2015-12-31 19:37:59.401526288 +0100 +++ findutils-4.6.0/find/testsuite/sv-34976-execdir-fd-leak.sh 2015-12-31 19:38:36.061770693 +0100 @@ -50,13 +50,14 @@ die() { # Create test files, each 98 in the directories ".", "one" and "two". make_test_data() { d="$1" + xargs="`cd ../../xargs; pwd -P`/xargs" ( cd "$1" || exit 1 mkdir one two || exit 1 for i in ${three_to_hundred} ; do printf "./%03d one/%03d two/%03d " $i $i $i done \ - | xargs touch || exit 1 + | "$xargs" touch || exit 1 ) \ || die "failed to set up the test in ${outdir}" } submit' value='switch'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/etc/news.scm
AgeCommit message (Expand)Author
2019-10-28news: Fix typo....Tobias Geerinckx-Rice
2019-10-27news: Add entry for /etc/guix/channels.scm....Ludovic Courtès
2019-10-18news: Add CVE ID....Ludovic Courtès
2019-10-17news: Fix 'de' translation....Florian Pelz
2019-10-16news: Fix ‘nl’ translation typo....Tobias Geerinckx-Rice
2019-10-16news: Add 'de' translation....Florian Pelz
2019-10-16news: Add 'fr' translation....Julien Lepiller
2019-10-16news: Add 'nl' translation....Tobias Geerinckx-Rice
2019-10-16news: Add entry for security issue with /var/guix/profiles/per-user....Ludovic Courtès
2019-09-28nls: Add ‘nl’ translation of news entries....Tobias Geerinckx-Rice
2019-09-27nls: Update 'de' translation of news entries....Florian Pelz
2019-09-27nls: Update 'de' translation of news entries....Florian Pelz
2019-09-26nls: Update 'fr' translation of news entries....Julien Lepiller
2019-09-24nls: Update 'de' translation of news entries....Florian Pelz
2019-09-24news: Add entry for the glibc upgrade....Ludovic Courtès
2019-09-24news: Add entry for the reduced binary seed bootstrap....Ludovic Courtès
2019-09-23etc: Add channel news file....Ludovic Courtès