/[pkgs]/devel/coreutils/coreutils-getfacl-exit-code.patch
ViewVC logotype

Contents of /devel/coreutils/coreutils-getfacl-exit-code.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.5 - (show annotations) (download) (as text)
Tue Nov 11 16:03:49 2008 UTC (12 months, 1 week ago) by ovasik
Branch: MAIN
CVS Tags: coreutils-7_4-2_fc12, coreutils-7_0-7_fc11, coreutils-7_4-3_fc12, coreutils-7_1-7_fc11, coreutils-7_4-6_fc12, coreutils-7_0-3_fc11, coreutils-7_2-2_fc12, coreutils-7_0-6_fc11, coreutils-7_6-4_fc12, coreutils-7_5-5_fc12, coreutils-7_6-5_fc12, coreutils-7_5-2_fc12, coreutils-7_6-7_fc13, F-11-split, coreutils-7_5-4_fc12, coreutils-7_0-1_fc11, coreutils-7_6-2_fc12, coreutils-7_0-4_fc11, coreutils-8_0-1_fc13, F-12-split, coreutils-7_2-3_fc12, coreutils-7_6-3_fc12, coreutils-7_1-2_fc11, coreutils-7_0-5_fc11, coreutils-7_4-5_fc12, coreutils-7_0-2_fc11, coreutils-8_0-2_fc13, coreutils-7_5-6_fc12, coreutils-7_1-6_fc11, coreutils-7_1-5_fc11, coreutils-7_6-6_fc13, coreutils-7_6-6_fc12, coreutils-7_5-3_fc12, coreutils-7_1-3_fc11, coreutils-7_5-1_fc12, coreutils-7_2-1_fc11, coreutils-7_6-1_fc12, coreutils-7_4-1_fc12, coreutils-7_1-4_fc11, coreutils-7_0-8_fc11, coreutils-7_1-1_fc11, coreutils-7_4-4_fc12, HEAD
Changes since 1.4: +1 -1 lines
File MIME type: text/x-patch
New upstream release (+ amending/droping patches)
1 --- coreutils-6.8+/tests/cp/acl.getfacl-exit-code 2007-03-01 16:48:29.000000000 +0000
2 +++ coreutils-6.8+/tests/cp/acl 2007-03-01 16:49:35.000000000 +0000
3 @@ -70,16 +70,16 @@
4 # copy a file without preserving permissions
5 cp a/file b/ || fail=1
6
7 -acl2=`cd b && getfacl file` || framework_failure
8 +acl2=`cd b && getfacl file`
9 test "$acl1" = "$acl2" || fail=1
10 rm a/file || framework_failure
11
12 # copy a file, preserving permissions
13 touch a/file || framework_failure
14 -setfacl -m user:bin:rw a/file || framework_failure
15 -acl1=`cd a && getfacl file` || framework_failure
16 +setfacl -m user:bin:rw a/file
17 +acl1=`cd a && getfacl file`
18 cp -p a/file b/ || fail=1
19 -acl2=`cd b && getfacl file` || framework_failure
20 +acl2=`cd b && getfacl file`
21 test "$acl1" = "$acl2" || fail=1
22
23 Exit $fail

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2