Skip to content
Snippets Groups Projects
Commit c65189d5 authored by Lucas A. M. Magalhaes's avatar Lucas A. M. Magalhaes
Browse files

test: fix blk_non_zero/TEST10 non zero size

parent d7a349a9
No related branches found
No related tags found
No related merge requests found
......@@ -44,13 +44,13 @@ require_fs_type any
setup
# single arena and minimum pmemblk pool file case
create_nonzeroed_file 17M 8K $DIR/testfile1
create_nonzeroed_file 17M $(blk_pool_desc_size) $DIR/testfile1
expect_normal_exit ./blk_non_zero$EXESUFFIX 512 $DIR/testfile1 c 0\
t:3
rm $DIR/testfile1
create_nonzeroed_file 17M 8K $DIR/testfile1
create_nonzeroed_file 17M $(blk_pool_desc_size) $DIR/testfile1
expect_normal_exit ./blk_non_zero$EXESUFFIX 512 $DIR/testfile1 c 0\
m:3
......
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