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.
1 parent b2d1117 commit b255b2eCopy full SHA for b255b2e
util/build-gnu.sh
@@ -350,3 +350,8 @@ test \$n_stat1 -ge \$n_stat2 \\' tests/ls/stat-free-color.sh
350
# * the selinux crate is handling errors
351
# * the test says "maybe we should not fail when no context available"
352
"${SED}" -i -e "s|returns_ 1||g" tests/cp/no-ctx.sh
353
+
354
+# Create a file not owned by current user for fail-eperm test
355
+if command -v sudo >/dev/null 2>&1; then
356
+ sudo touch /tmp/root-owned-file 2>/dev/null || true
357
+fi
0 commit comments