diff --git a/219 b/219 index 9d79d5c5..e278c1cb 100755 --- a/219 +++ b/219 @@ -85,7 +85,8 @@ test_accounting() $here/src/lstat64 $file | head -3 | filter_scratch done - repquota -$type -s -n $SCRATCH_MNT | grep -v "^#0" | filter_scratch + repquota -$type -s -n $SCRATCH_MNT | grep -v "^#0" | filter_scratch | + awk '/^#/ { if (! seen[$1]) { seen[$1]++; next; } } { print }' } # real QA test starts here