diff options
Diffstat (limited to 'tests/cp/acl')
-rwxr-xr-x | tests/cp/acl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cp/acl b/tests/cp/acl index d28537890..42f7c3464 100755 --- a/tests/cp/acl +++ b/tests/cp/acl @@ -17,7 +17,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -. $srcdir/../acl # Make sure we get English translations. . $srcdir/../lang-default @@ -36,6 +35,7 @@ if test "$VERBOSE" = yes; then fi . $srcdir/../test-lib.sh +require_acl_ mkdir -p a b || framework_failure touch a/file || framework_failure |