diff options
Diffstat (limited to 'tests/basic/fop-sampling.t')
| -rw-r--r-- | tests/basic/fop-sampling.t | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/basic/fop-sampling.t b/tests/basic/fop-sampling.t index e429fd8cb07..a1b3edc3d5d 100644 --- a/tests/basic/fop-sampling.t +++ b/tests/basic/fop-sampling.t @@ -13,7 +13,7 @@ function check_path { op=$1 path=$2 file=$3 - grep $op $file | awk -F, '{print $11}' | grep $path 2>&1 > /dev/null + grep $op $file | awk -F, '{print $12}' | grep $path 2>&1 > /dev/null if [ $? -eq 0 ]; then echo "Y" else @@ -106,6 +106,8 @@ for dir in "$N0" "$M0"; do rm $dir/file2 done; +read -p "Continue? " nothing + EXPECT_WITHIN 10 "Y" check_path CREATE /file1 $BRICK_SAMPLES EXPECT_WITHIN 10 "Y" check_path LOOKUP /file1 $BRICK_SAMPLES EXPECT_WITHIN 10 "Y" check_path SETATTR /file1 $BRICK_SAMPLES |
