coreutils: Skip inotify dir-recreate test

Some target platforms, especially when building inside a container
have issues with the inotify test. I also saw issues related to that
test under macOS so I would suggest in skipping that for now.

authored by Sascha Grunert and committed by Frederik Rietdijk bb6c2a0c e62299f8

+4
+4
pkgs/tools/misc/coreutils/default.nix
··· 36 sed '2i echo Skipping rm deep-2 test && exit 77' -i ./tests/rm/deep-2.sh 37 sed '2i echo Skipping du long-from-unreadable test && exit 77' -i ./tests/du/long-from-unreadable.sh 38 39 # sandbox does not allow setgid 40 sed '2i echo Skipping chmod setgid test && exit 77' -i ./tests/chmod/setgid.sh 41 substituteInPlace ./tests/install/install-C.sh \
··· 36 sed '2i echo Skipping rm deep-2 test && exit 77' -i ./tests/rm/deep-2.sh 37 sed '2i echo Skipping du long-from-unreadable test && exit 77' -i ./tests/du/long-from-unreadable.sh 38 39 + # Some target platforms, especially when building inside a container have 40 + # issues with the inotify test. 41 + sed '2i echo Skipping tail inotify dir recreate test && exit 77' -i ./tests/tail-2/inotify-dir-recreate.sh 42 + 43 # sandbox does not allow setgid 44 sed '2i echo Skipping chmod setgid test && exit 77' -i ./tests/chmod/setgid.sh 45 substituteInPlace ./tests/install/install-C.sh \