summaryrefslogtreecommitdiffstats
path: root/tests/include.rc
diff options
context:
space:
mode:
authorEmmanuel Dreyfus <manu@netbsd.org>2014-08-13 06:04:25 +0200
committerHarshavardhana <harsha@harshavardhana.net>2014-08-20 13:42:04 -0700
commit011b3fc4afd2cb12b8b3248df05c3870ae4cfe78 (patch)
treea9ba434fb4420b6c66305f510cf020ce78a842e9 /tests/include.rc
parent28a2c9ee3994e19a708b0c42bc2445073f42a87d (diff)
Regression test portability: dd
Use dd msgfmt=quiet also in truncate replacement BUG: 764655 Change-Id: I5ad022c1dc65ecc98996ccbe8a3d0e9de162aa1a Signed-off-by: Emmanuel Dreyfus <manu@netbsd.org> Reviewed-on: http://review.gluster.org/8464 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Harshavardhana <harsha@harshavardhana.net> Tested-by: Harshavardhana <harsha@harshavardhana.net>
Diffstat (limited to 'tests/include.rc')
-rw-r--r--tests/include.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/include.rc b/tests/include.rc
index e6648a7ad73..2c0d14362c2 100644
--- a/tests/include.rc
+++ b/tests/include.rc
@@ -506,7 +506,7 @@ which truncate > /dev/null || {
continue;
fi
- dd bs=1 seek=$newsize if=/dev/null of=$f
+ dd bs=1 seek=$newsize if=/dev/null of=$f msgfmt=quiet
done
}
}