]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfstests: don't use -s option to repquota
authorChristoph Hellwig <hch@lst.de>
Mon, 5 Apr 2010 19:48:52 +0000 (21:48 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 5 Apr 2010 19:48:52 +0000 (21:48 +0200)
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 <hch@lst.de>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
Tested-by: "Theodore Ts'o" <tytso@mit.edu>
219

diff --git a/219 b/219
index 13e1919bd3cfcea6b4449650946736d8449eaf0a..065b5452154c15cd744753c78d04db5ea327a15e 100755 (executable)
--- 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; }'
 }