Skip to content

Commit

Permalink
Merge pull request #6463 from jknphy/fix_inconsistent_qgroup_return
Browse files Browse the repository at this point in the history
Modify return value when inconsistent qgroup
  • Loading branch information
okurz committed Jan 3, 2019
2 parents 45765d2 + 5a1437e commit 0c211a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/console/snapper_used_space.pm
Expand Up @@ -66,7 +66,7 @@ sub query_space_several_snapshot {
# Create a new higher level qgroup
assert_script_run 'btrfs qgroup create 1/1 /';
# Add snapshots to the group
assert_script_run "! btrfs qgroup assign 0/$_ 1/1 /" foreach (@ids);
assert_script_run "btrfs qgroup assign 0/$_ 1/1 /" foreach (@ids);
# run quota
assert_script_run 'btrfs quota rescan -w /';
# query the exclusive space
Expand Down

0 comments on commit 0c211a2

Please sign in to comment.