From 9df17e6005e7a333399e3dc21a7afec75565c767 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Fri, 14 Feb 2014 13:03:58 +0200 Subject: [PATCH] Fix in testsuite * acls03.at: Fix improper invocation of setfacl. --- tests/acls03.at | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/acls03.at b/tests/acls03.at index 370a08b..83c5bdc 100644 --- a/tests/acls03.at +++ b/tests/acls03.at @@ -1,7 +1,7 @@ # Process this file with autom4te to create testsuite. -*- Autotest -*- # # Test suite for GNU tar. -# Copyright 2013 Free Software Foundation, Inc. +# Copyright 2013, 2014 Free Software Foundation, Inc. # This file is part of GNU tar. @@ -87,7 +87,7 @@ mkdir nosacl_nodef_optacl mkdir nosacl_nodef_optnoacl setfacl -d -m u:$MYNAME:--- nosacl_def_optnoacl sacl_def_optnoacl sacl_def_optacl nosacl_def_optacl -setfacl -d -m u:$MYGROUP:--- nosacl_def_optnoacl sacl_def_optnoacl sacl_def_optacl nosacl_def_optacl +setfacl -d -m g:$MYGROUP:--- nosacl_def_optnoacl sacl_def_optnoacl sacl_def_optacl nosacl_def_optacl tar -xf acl.tar -C sacl_nodef_optnoacl tar --acls -xf acl.tar -C sacl_nodef_optacl -- 2.43.0