From b90c485fd0e72698a6ac58db326e1f67658d9dcf Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Mon, 5 Apr 2010 21:48:52 +0200 Subject: [PATCH] xfstests: don't use -s option to repquota The -s option to repquota used to be a no-op, but actually changes output to different units in quota tools 4.0. Remove it from the repquota invocation in test 219. Signed-off-by: Christoph Hellwig Reviewed-by: Eric Sandeen Tested-by: "Theodore Ts'o" --- 219 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }' } -- 2.47.3