Skip to content

Commit

Permalink
Clarify loop variable name in zfs copies test
Browse files Browse the repository at this point in the history
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Signed-off-by: Ryan Moeller <ryan@iXsystems.com>
Closes #9445
  • Loading branch information
Ryan Moeller authored and tonyhutter committed Jan 22, 2020
1 parent 33cd5f2 commit c99b304
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ if [[ ! -d $mntp ]]; then
mkdir -p $mntp
fi

for val in 1 2 3; do
do_vol_test $NEWFS_DEFAULT_FS $val $mntp
for copies in 1 2 3; do
do_vol_test $NEWFS_DEFAULT_FS $copies $mntp
done

log_pass "The volume space used by multiple copies is charged correctly as expected. "

0 comments on commit c99b304

Please sign in to comment.