From: Omar Sandoval Date: Fri, 17 Feb 2017 02:32:48 +0000 (-0800) Subject: common/rc: remove unnecessary cat in _ddt X-Git-Tag: v2022.05.01~2170 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6936aa907505d8c369de87c5c49b6ebb957db93b;p=xfstests-dev.git common/rc: remove unnecessary cat in _ddt Signed-off-by: Omar Sandoval Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- diff --git a/common/rc b/common/rc index f5bc0323..bfa44c51 100644 --- a/common/rc +++ b/common/rc @@ -2452,7 +2452,7 @@ _die() # convert urandom incompressible data to compressible text data _ddt() { - cat /dev/urandom | od | dd iflag=fullblock ${*} + od /dev/urandom | dd iflag=fullblock ${*} } #takes files, randomdata