From 2f3c9de982340c0d7977528a9cd89800e22ff9c8 Mon Sep 17 00:00:00 2001 From: ericm Date: Wed, 9 Nov 2005 19:32:30 +0000 Subject: [PATCH] branch: b_release_1_4_6 add back acl test scripts which were missing in landing for unknown reason. --- lustre/tests/acl/README | 5 ++++- lustre/tests/acl/inheritance.test | 10 ++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/lustre/tests/acl/README b/lustre/tests/acl/README index cb98f79..2d8c219 100644 --- a/lustre/tests/acl/README +++ b/lustre/tests/acl/README @@ -1 +1,4 @@ -copied from acl-2.2.23/test/ +- copied from acl-2.2.23/test/ +- add inheritance.test from HP +- some tests are depend on enviroment. e.g. some succeed on FC2 but fail on + FC3 etc. We comment out those items, maybe more will be commented out. diff --git a/lustre/tests/acl/inheritance.test b/lustre/tests/acl/inheritance.test index bef89b7..41bce66 100644 --- a/lustre/tests/acl/inheritance.test +++ b/lustre/tests/acl/inheritance.test @@ -88,10 +88,12 @@ might be distributed around MDS's. $ echo i > tree/dir1/f $ ls -l tree/dir1/f | awk -- '{ print $1 }' > -rw-r--r--+ - $ su bin - $ echo i > tree/dir6/dir2/f - > tree/dir6/dir2/f: No such file or directory - $ su +in following item, the error message is dependant on distributions. +success on FC3, but not on FC2 and SLES3 etc. comment out by CFS. +# $ su bin +# $ echo i > tree/dir6/dir2/f +# > tree/dir6/dir2/f: No such file or directory +# $ su $ rm -rf tree -- 1.8.3.1