[PATCH] common/punch, generic/273: Minor things for busybox support.

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]



From: Ari Sundholm <ari@xxxxxxxxxx>

These changes make it possible to run more of the tests on busybox.

Signed-off-by: Ari Sundholm <ari@xxxxxxxxxx>
---
 common/punch      | 4 ++--
 tests/generic/273 | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/punch b/common/punch
index a75f4cf..7f268cd 100644
--- a/common/punch
+++ b/common/punch
@@ -203,7 +203,7 @@ _coalesce_extents()
 
 _filter_fiemap()
 {
-	awk --posix '
+	awk '
 		$3 ~ /hole/ {
 			print $1, $2, $3;
 			next;
@@ -223,7 +223,7 @@ _filter_fiemap()
 # it is an extent or a hole
 _filter_hole_fiemap()
 {
-	awk --posix '
+	awk '
 		$3 ~ /hole/ {
 			print $1, $2, $3; 
 			next;
diff --git a/tests/generic/273 b/tests/generic/273
index 1ceb6c4..f15fcf2 100755
--- a/tests/generic/273
+++ b/tests/generic/273
@@ -68,7 +68,7 @@ _file_create()
 
 	cd $SCRATCH_MNT/origin
 
-	_disksize=`$DF_PROG --block-size=1 $SCRATCH_DEV | tail -1 | awk '{ print $5 }'`
+	_disksize=`$DF_PROG -B 1 $SCRATCH_DEV | tail -1 | awk '{ print $5 }'`
 	_disksize=$(($_disksize / 3))
 	_num=$(($_disksize / $count / $threads / 4096))
 	_count=$count
-- 
1.9.1



--
To unsubscribe from this list: send the line "unsubscribe fstests" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Filesystems Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux