summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2016-08-23 23:19:49 +0200
committerAndreas Gruenbacher <agruenba@redhat.com>2016-08-23 23:25:38 +0200
commit38f32ea1865bcc44185f4118fde469cb962cff68 (patch)
tree6004ed163b751e1a9089f0fe1b603ef21bebbcab /test
parentea3c6bb711e76d91759f8bf5475e1900362a3142 (diff)
downloadacl-38f32ea1865bcc44185f4118fde469cb962cff68.tar.gz
setfacl: Preserve special mode bits on filesystems without POSIX ACL support
When the ACL to be set is equivalent to a file mode, on filesystems without POSIX ACL support, setfacl falls back to chmod(1) for setting the file mode to the equivalent of the ACL. Unfortunately it did not preserve the set-user-ID, set-group-ID, and sticky bits in that case; fix that.
Diffstat (limited to 'test')
-rwxr-xr-xtest/runwrapper1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runwrapper b/test/runwrapper
index 38de337..8281a15 100755
--- a/test/runwrapper
+++ b/test/runwrapper
@@ -1,4 +1,5 @@
#!/bin/bash
+
if [ -e "$PWD/.libs/libtestlookup.so" ]; then
export LD_PRELOAD="$PWD/.libs/libtestlookup.so"
fi