From 943612ac470a1f916d44f551eee01c3d51fc9546 Mon Sep 17 00:00:00 2001 From: Yang Sheng Date: Wed, 2 Sep 2015 21:48:44 +0800 Subject: [PATCH] =?utf8?q?LU-7089=20tests:=20sanity=20test=2099b:=20find:?= =?utf8?q?=20invalid=20mode=20=E2=80=98+4=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Changes perm +4 pattern to perm /4. '+4' has deprecated. Test-Parameters: envdefinitions=ONLY=99 clientdistro=sles12 testlist=sanity Signed-off-by: Yang Sheng Change-Id: If5e04fece8d90193acd89cd42f61e3ee5e79064e Reviewed-on: http://review.whamcloud.com/16177 Reviewed-by: Bob Glossman Tested-by: Jenkins Reviewed-by: Jian Yu Tested-by: Maloo Reviewed-by: Oleg Drokin --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 55d8ebc..498e3b2 100755 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -6212,7 +6212,7 @@ test_99b() { # some versions of cvs import exit(1) when asked to import links or # files they can't read. ignore those files. TOIGNORE=$(find . -type l -printf '-I %f\n' -o \ - ! -perm +4 -printf '-I %f\n') + ! -perm /4 -printf '-I %f\n') $RUNAS cvs -d $DIR/d99cvsroot import -m "nomesg" $TOIGNORE \ d99reposname vtag rtag } -- 1.8.3.1