public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfstests: fix awk syntax error in 219
@ 2010-02-14 22:07 Christoph Hellwig
  2010-02-14 23:13 ` Dave Chinner
  0 siblings, 1 reply; 2+ messages in thread
From: Christoph Hellwig @ 2010-02-14 22:07 UTC (permalink / raw)
  To: xfs

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@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

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] xfstests: fix awk syntax error in 219
  2010-02-14 22:07 [PATCH] xfstests: fix awk syntax error in 219 Christoph Hellwig
@ 2010-02-14 23:13 ` Dave Chinner
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Chinner @ 2010-02-14 23:13 UTC (permalink / raw)
  To: Christoph Hellwig; +Cc: xfs

On Sun, Feb 14, 2010 at 05:07:25PM -0500, Christoph Hellwig wrote:
> 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@lst.de>

Reviewed-by: Dave Chinner <david@fromorbit.com>

-- 
Dave Chinner
david@fromorbit.com

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-14 23:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-14 22:07 [PATCH] xfstests: fix awk syntax error in 219 Christoph Hellwig
2010-02-14 23:13 ` Dave Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox