Skip to content
Snippets Groups Projects
Commit 65511545 authored by Walter Poxon's avatar Walter Poxon
Browse files

b=13773

i=adilger
parent 5544f094
No related branches found
No related tags found
No related merge requests found
......@@ -3489,8 +3489,8 @@ test_102c() {
$RUNAS $GETSTRIPE -v $testfile2 > $tmp_file
local stripe_size=`grep "size" $tmp_file| awk '{print $2}'`
local stripe_count=`grep "count" $tmp_file| awk '{print $2}'`
[ $stripe_size -eq 65536 ] || error "stripe size $stripe_size != 65536"
[ $stripe_count -eq 2 ] || error "stripe count $stripe_count != 2"
[ "$stripe_size" -eq 65536 ] || error "stripe size $stripe_size != 65536"
[ "$stripe_count" -eq 2 ] || error "stripe count $stripe_count != 2"
}
run_test 102c "non-root getfattr/setfattr for lustre.lov EAs ==========="
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment