From: Eric Sandeen <sandeen@redhat.com>
To: ext4 development <linux-ext4@vger.kernel.org>
Subject: [PATCH] e2fsprogs: use $DUMPE2FS in resize_test script
Date: Mon, 20 Apr 2015 12:59:11 -0500 [thread overview]
Message-ID: <55353E6F.7020406@redhat.com> (raw)
Use $DUMPE2FS in resize tests to be sure it's testing
the in-tree dumpe2fs, not the system dumpe2fs (which may
not even be there...)
Signed-off-by: Eric Sandeen <sandeen@redhat.com>
---
(somehow I thought I had sent this, or something similar, before ...
can't find it, oh well!)
diff --git a/tests/scripts/resize_test b/tests/scripts/resize_test
index 0633e0c..dfd45ac 100755
--- a/tests/scripts/resize_test
+++ b/tests/scripts/resize_test
@@ -67,7 +67,7 @@ fi
echo $FSCK -fy $TMPFILE >> $LOG 2>&1
if ! $FSCK -fy $TMPFILE >> $LOG 2>&1
then
- dumpe2fs $TMPFILE >> $LOG
+ $DUMPE2FS $TMPFILE >> $LOG
return 1
fi
@@ -97,7 +97,7 @@ fi
echo $FSCK -fy $TMPFILE >> $LOG 2>&1
if ! $FSCK -fy $TMPFILE >> $LOG 2>&1
then
- dumpe2fs $TMPFILE >> $LOG
+ $DUMPE2FS $TMPFILE >> $LOG
return 1
fi
@@ -122,7 +122,7 @@ fi
echo $FSCK -fy $TMPFILE >> $LOG 2>&1
if ! $FSCK -fy $TMPFILE >> $LOG 2>&1
then
- dumpe2fs $TMPFILE >> $LOG
+ $DUMPE2FS $TMPFILE >> $LOG
return 1
fi
@@ -147,7 +147,7 @@ fi
echo $FSCK -fy $TMPFILE >> $LOG 2>&1
if ! $FSCK -fy $TMPFILE >> $LOG 2>&1
then
- dumpe2fs $TMPFILE >> $LOG
+ $DUMPE2FS $TMPFILE >> $LOG
return 1
fi
next reply other threads:[~2015-04-20 17:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-20 17:59 Eric Sandeen [this message]
2015-05-23 22:40 ` [PATCH] e2fsprogs: use $DUMPE2FS in resize_test script Theodore Ts'o
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=55353E6F.7020406@redhat.com \
--to=sandeen@redhat.com \
--cc=linux-ext4@vger.kernel.org \
/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).