xfstests 219: ignore duplicates reported by repquota
[xfstests-dev.git] / 219
diff --git a/219 b/219
index 9d79d5c557ab5279ad17f49c8d9dc5eb105f9011..e278c1cbaa2ac1c2237395958827d83a9058596d 100755 (executable)
--- 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