From d10cc94399312cb92b39291cb89fe62ed80451fe Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Mon, 20 Jan 2025 17:22:43 +0000 Subject: [PATCH] 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. --- tests/du/long-from-unreadable.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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_ -- 2.47.3