From: Amir Goldstein <amir73il@gmail.com>
To: XFS <xfs@oss.sgi.com>
Cc: sergey ivanov <sergey57@gmail.com>,
Christoph Hellwig <hch@lst.de>,
linux-fsdevel <linux-fsdevel@vger.kernel.org>
Subject: [PATCH] fix hardcoded reference to /mnt/test in common.attr
Date: Tue, 31 May 2011 17:21:19 +0300 [thread overview]
Message-ID: <BANLkTimjBe5gmgObaG9j8SiD3mj9RxaSaw@mail.gmail.com> (raw)
From: Amir Goldstein <amir73il@users.sf.net>
When trying to run test 70, we encountered several problems.
Sergey has strace'd some of the problems to attempts to
set xattr on the wrong test dir (/mnt/test/), which appears to be
hardcoded in common.attr.
Reported-by: Sergey Ivanov <sergey57@gmail.com>
Signed-off-by: Amir Goldstein <amir73il@users.sf.net>
---
common.attr | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/common.attr b/common.attr
index 343edfc..37d0927 100644
--- a/common.attr
+++ b/common.attr
@@ -163,7 +163,7 @@ _require_attrs()
# stored on disk.
#
touch $TEST_DIR/syscalltest
- attr -s "user.xfstests" -V "attr" /mnt/test/ >
$TEST_DIR/syscalltest.out 2>&1
+ attr -s "user.xfstests" -V "attr" $TEST_DIR >
$TEST_DIR/syscalltest.out 2>&1
cat $TEST_DIR/syscalltest.out >> $here/$seq.full
if grep -q 'Function not implemented' $TEST_DIR/syscalltest.out; then
--
1.7.4.1
next reply other threads:[~2011-05-31 14:21 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-31 14:21 Amir Goldstein [this message]
2011-05-31 20:29 ` [PATCH] fix hardcoded reference to /mnt/test in common.attr Christoph Hellwig
2011-06-01 3:26 ` Amir Goldstein
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=BANLkTimjBe5gmgObaG9j8SiD3mj9RxaSaw@mail.gmail.com \
--to=amir73il@gmail.com \
--cc=hch@lst.de \
--cc=linux-fsdevel@vger.kernel.org \
--cc=sergey57@gmail.com \
--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;
as well as URLs for NNTP newsgroup(s).