From: Omar Sandoval <osandov@xxxxxx> Signed-off-by: Omar Sandoval <osandov@xxxxxx> --- Identical to v1 common/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/rc b/common/rc index 76515e2b..6304d690 100644 --- a/common/rc +++ b/common/rc @@ -2417,7 +2417,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 -- 2.11.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