···4343 sed '2i echo Skipping rm deep-2 test && exit 77' -i ./tests/rm/deep-2.sh
4444 sed '2i echo Skipping du long-from-unreadable test && exit 77' -i ./tests/du/long-from-unreadable.sh
45454646- # Depends on the mountpoints
4747- sed '2i echo Skipping df df-symlink test && exit 77' -i ./tests/df/df-symlink.sh
4848-4946 # Some target platforms, especially when building inside a container have
5047 # issues with the inotify test.
5148 sed '2i echo Skipping tail inotify dir recreate test && exit 77' -i ./tests/tail-2/inotify-dir-recreate.sh
···5552 substituteInPlace ./tests/install/install-C.sh \
5653 --replace 'mode3=2755' 'mode3=1755'
57545858- sed '2i print "Skipping env -S test"; exit 77;' -i ./tests/misc/env-S.pl
5959-6055 # Fails on systems with a rootfs. Looks like a bug in the test, see
6156 # https://lists.gnu.org/archive/html/bug-coreutils/2019-12/msg00000.html
6257 sed '2i print "Skipping df skip-rootfs test"; exit 77' -i ./tests/df/skip-rootfs.sh
···6863 for f in gnulib-tests/{test-chown.c,test-fchownat.c,test-lchown.c}; do
6964 echo "int main() { return 77; }" > "$f"
7065 done
7171-7272- # tests try to access user 1000 which is forbidden in sandbox
7373- sed '2i print "Skipping id uid test"; exit 77' -i ./tests/id/uid.sh
7474- sed '2i print "Skipping id zero test"; exit 77' -i ./tests/id/zero.sh
7575- sed '2i print "Skipping misc help-versiob test"; exit 77' -i ./tests/misc/help-version.sh
7676- sed '2i print "Skipping chown separator test"; exit 77' -i ./tests/chown/separator.sh
77667867 # intermittent failures on builders, unknown reason
7968 sed '2i echo Skipping du basic test && exit 77' -i ./tests/du/basic.sh