From: Christoph Hellwig <hch@infradead.org>
To: xfs@oss.sgi.com
Subject: [PATCH] xfstests: fix awk syntax error in 219
Date: Sun, 14 Feb 2010 17:07:25 -0500 [thread overview]
Message-ID: <20100214220725.GA14927@infradead.org> (raw)
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
next reply other threads:[~2010-02-14 22:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-02-14 22:07 Christoph Hellwig [this message]
2010-02-14 23:13 ` [PATCH] xfstests: fix awk syntax error in 219 Dave Chinner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100214220725.GA14927@infradead.org \
--to=hch@infradead.org \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox