diff options
Diffstat (limited to 'tests/basic')
| -rw-r--r-- | tests/basic/fop-sampling.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/basic/fop-sampling.t b/tests/basic/fop-sampling.t index 44fdb5aa93d..713c7e27579 100644 --- a/tests/basic/fop-sampling.t +++ b/tests/basic/fop-sampling.t @@ -12,7 +12,7 @@ function check_path { op=$1 path=$2 file=$3 - grep $op $file | awk -F, '{print $NF}' | grep $path 2>&1 > /dev/null + grep $op $file | awk -F, '{print $11}' | grep $path 2>&1 > /dev/null if [ $? -eq 0 ]; then echo "Y" else |
