From: Pádraig Brady
Date: Mon, 20 Jan 2025 17:22:43 +0000 (+0000) Subject: tests: avoid ENAMETOOLONG ERROR on some systems X-Git-Tag: v9.7~56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d10cc94399312cb92b39291cb89fe62ed80451fe;p=thirdparty%2Fcoreutils.git tests: avoid ENAMETOOLONG ERROR on some systems * tests/du/long-from-unreadable.sh: Relax to a skip_ for now, as this was seen to error on ext4 on Debian 11 in a docker container. --- diff --git a/tests/du/long-from-unreadable.sh b/tests/du/long-from-unreadable.sh index 973b80258d..1bce78bbc0 100755 --- a/tests/du/long-from-unreadable.sh +++ b/tests/du/long-from-unreadable.sh @@ -63,7 +63,7 @@ cwd=$(pwd) $PERL \ -e 'my $d = '$dir'; foreach my $i (1..52)' \ -e ' { mkdir ($d, 0700) && chdir $d or die "$!" }' \ - || framework_failure_ + || skip_ 'failed to create hierarchy of long names' mkdir inaccessible || framework_failure_ cd inaccessible || framework_failure_