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 1fca829 commit 621f8bfCopy full SHA for 621f8bf
util/build-gnu.sh
@@ -171,6 +171,8 @@ grep -rl '\$abs_path_dir_' tests/*/*.sh | xargs -r "${SED}" -i "s|\$abs_path_dir
171
"${SED}" -i 's/^print_ver_.*/require_selinux_/' tests/runcon/runcon-no-reorder.sh
172
"${SED}" -i 's/^print_ver_.*/require_selinux_/' tests/chcon/chcon-fail.sh
173
174
+# Avoid LD_PRELOAD
175
+sed -e 's|.*maybe LD_PRELOAD.*||' -e's|^export LD_PRELOAD=.*|function df { unshare -rm bash -c "mount -t tmpfs tmpfs /proc \&\& command df \"\$@\""; }|' tests/df/no-mtab-status.sh
176
# We use coreutils yes
177
"${SED}" -i "s|--coreutils-prog=||g" tests/misc/coreutils.sh
178
# Different message
0 commit comments