Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
18 lines
579 B
Diff
18 lines
579 B
Diff
diff --git a/tests/checks/path.fish b/tests/checks/path.fish
|
|
index 62812571a..b0eebcd91 100644
|
|
--- a/tests/checks/path.fish
|
|
+++ b/tests/checks/path.fish
|
|
@@ -117,12 +117,6 @@ path filter --type file,dir --perm exec,write bin/fish .
|
|
# So it passes.
|
|
# CHECK: .
|
|
|
|
-mkdir -p sbin
|
|
-touch sbin/setuid-exe sbin/setgid-exe
|
|
-chmod u+s,a+x sbin/setuid-exe
|
|
-path filter --perm suid sbin/*
|
|
-# CHECK: sbin/setuid-exe
|
|
-
|
|
# On at least FreeBSD on our CI this fails with "permission denied".
|
|
# So we can't test it, and we fake the output instead.
|
|
if chmod g+s,a+x sbin/setgid-exe 2>/dev/null
|