X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2Fsanity.sh;h=613b5082d809b3f520288185a3fab821765c4d7b;hp=6c15e9ef4b917d949eecde8221d1bff28c2b2a55;hb=0a714ba01bbcdb43fa2d07e88652be2b8fb1c52f;hpb=ffd29966e1accce3d19c0a5454ebae2c53336fe8 diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 6c15e9e..613b508 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -2590,7 +2590,7 @@ check_fstype() { test_55() { rm -rf $DIR/d55 mkdir $DIR/d55 - check_fstype && skip_env "can't find fs $FSTYPE" && return + client_only && skip "Not a server" && return mount -t $FSTYPE -o loop,iopen $EXT2_DEV $DIR/d55 || error "mounting" touch $DIR/d55/foo $IOPENTEST1 $DIR/d55/foo $DIR/d55 || error "running $IOPENTEST1"