We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3712ece + 19cd210 commit be9ee14Copy full SHA for be9ee14
util/build-gnu.sh
@@ -369,3 +369,8 @@ sed -i 's/\/usr\/bin\/tr/$(which tr)/' tests/init.sh
369
# upstream doesn't having the program name in the error message
370
# but we do. We should keep it that way.
371
sed -i 's/echo "changing security context/echo "chcon: changing security context/' tests/chcon/chcon.sh
372
+
373
+# Disable this test, it is not relevant for us:
374
+# * the selinux crate is handling errors
375
+# * the test says "maybe we should not fail when no context available"
376
+sed -i -e "s|returns_ 1||g" tests/cp/no-ctx.sh
0 commit comments