[PATCH] xfstests: fix awk syntax error in 219
Christoph Hellwig
hch at infradead.org
Sun Feb 14 16:07:25 CST 2010
There's one brace too many here - this was pointed out in the review
but slipped back into the commited patch.
Signed-off-by: Christoph Hellwig <hch at lst.de>
Index: xfstests-dev/219
===================================================================
--- xfstests-dev.orig/219 2010-02-14 22:00:57.000000000 +0000
+++ xfstests-dev/219 2010-02-14 22:01:03.000000000 +0000
@@ -86,7 +86,7 @@ test_accounting()
done
repquota -$type -s -n $SCRATCH_MNT | grep -v "^#0" | filter_scratch |
- awk '/^#/ { if (seen[$1]) next; seen[$1]++; } } { print; }'
+ awk '/^#/ { if (seen[$1]) next; seen[$1]++; } { print; }'
}
# real QA test starts here
More information about the xfs
mailing list