X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Ftests%2FsanityN.sh;h=ea6a79ceaf79fc6471c95a15d5186a03d28bf2f3;hp=a0175e7808d19ca8e45be35eb635f822996baad5;hb=5ffa9654defa3f71309e3b97e907d10da6e35bb7;hpb=862106ec8724c1dc7f58a743cdde543dfda171b0 diff --git a/lustre/tests/sanityN.sh b/lustre/tests/sanityN.sh index a0175e7..ea6a79c 100644 --- a/lustre/tests/sanityN.sh +++ b/lustre/tests/sanityN.sh @@ -488,7 +488,6 @@ test_25() { [ `cat $LPROC/mdc/*-mdc-*/connect_flags | grep -c acl` -lt 2 ] && \ skip "must have acl, skipping" && return - mkdir $DIR1/$tdir || error "mkdir $DIR1/$tdir" touch $DIR1/$tdir/f1 || error "touch $DIR1/$tdir/f1" chmod 0755 $DIR1/$tdir/f1 || error "chmod 0755 $DIR1/$tdir/f1" @@ -597,8 +596,6 @@ test_29() { # bug 10999 #run_test 29 "lock put race between glimpse and enqueue =========" test_30() { #bug #11110 - rm -rf $DIR1/$tdir - mkdir -p $DIR1/$tdir cp -f /bin/bash $DIR1/$tdir/bash /bin/sh -c 'sleep 1; rm -f $DIR2/$tdir/bash; cp /bin/bash $DIR2/$tdir' & err=$($DIR1/$tdir/bash -c 'sleep 2; openfile -f O_RDONLY /proc/$$/exe >& /dev/null; echo $?')