diff --git a/219 b/219 index 13e1919b..065b5452 100755 --- a/219 +++ b/219 @@ -85,7 +85,7 @@ test_accounting() $here/src/lstat64 $file | head -3 | filter_scratch done - repquota -$type -s -n $SCRATCH_MNT | grep -v "^#0" | filter_scratch | + repquota -$type -n $SCRATCH_MNT | grep -v "^#0" | filter_scratch | awk '/^#/ { if (seen[$1]) next; seen[$1]++; } { print; }' }