diff options
Diffstat (limited to 'tests/zfs-tests')
-rwxr-xr-x | tests/zfs-tests/tests/functional/no_space/enospc_002_pos.ksh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/zfs-tests/tests/functional/no_space/enospc_002_pos.ksh b/tests/zfs-tests/tests/functional/no_space/enospc_002_pos.ksh index db6ee6ba7..6239d491e 100755 --- a/tests/zfs-tests/tests/functional/no_space/enospc_002_pos.ksh +++ b/tests/zfs-tests/tests/functional/no_space/enospc_002_pos.ksh @@ -49,7 +49,7 @@ log_must zfs snapshot $TESTPOOL/$TESTFS@snap # log_note "Writing files until ENOSPC." -for i in $(seq 30); do +for i in $(seq 100); do file_write -o create -f $TESTDIR/file.$i -b $BLOCKSZ \ -c $NUM_WRITES -d $DATA ret=$? |