From 121ffbe0cd871ff2bea9808a56cd9fcb4c66ed94 Mon Sep 17 00:00:00 2001 From: grev Date: Wed, 22 Oct 2008 17:56:14 +0000 Subject: [PATCH] b=16551 (att 19784) o=Adilger i=grev skip replay/recovery tests if remote MDS/OSS with nodsh b=16551 (att 19835) i=Nathan do skip_rem[mds|ost] check only if test suit is run; fail acc-sm if tests suits were skipped due to nodsh b=17326 i=Alexey.Lyashkov remove now-useless remount/reconfig for liblustre; always add accept=all for lnet module --- lustre/tests/sanityN.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/tests/sanityN.sh b/lustre/tests/sanityN.sh index 5394dee..1e49544 100644 --- a/lustre/tests/sanityN.sh +++ b/lustre/tests/sanityN.sh @@ -130,9 +130,9 @@ test_2e() { run_test 2e "check chmod on root is propagated to others" test_3() { - ( cd $DIR1 ; ln -s this/is/good lnk ) - [ "this/is/good" = "`perl -e 'print readlink("'$DIR2/lnk'");'`" ] || \ - error + ( cd $DIR1 ; ln -s this/is/good $tfile ) + [ "this/is/good" = "`perl -e 'print readlink("'$DIR2/$tfile'");'`" ] || + error "link $DIR2/$tfile not as expected" } run_test 3 "symlink on one mtpt, readlink on another ===========" -- 1.8.3.1