diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 7ec9cf82818e475ecb69c88ff8b57eb6f9a270b8..51cee3d995a6a7714442ce3beab72841cc9fc3c1 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -2966,10 +2966,7 @@ test_69() { f="$DIR/$tfile" touch $f - if ! $DIRECTIO write ${f}.2 0 1; then - skip "O_DIRECT not implemented" - return 0 - fi + $DIRECTIO write ${f}.2 0 1 || error "directio write error" sysctl -w lustre.fail_loc=0x217 truncate $f 1 # vmtruncate() will ignore truncate() error.