]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
tests: avoid ENAMETOOLONG ERROR on some systems
authorPádraig Brady <P@draigBrady.com>
Mon, 20 Jan 2025 17:22:43 +0000 (17:22 +0000)
committerPádraig Brady <P@draigBrady.com>
Mon, 20 Jan 2025 17:26:20 +0000 (17:26 +0000)
* 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

index 973b80258d67f0202414c4a33e13d7d86add3caa..1bce78bbc00a71d66882820561efec960142501c 100755 (executable)
@@ -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_