tests: Avoid useless use of cat.
authorBen Pfaff <blp@ovn.org>
Thu, 28 Jan 2016 21:22:03 +0000 (13:22 -0800)
committerBen Pfaff <blp@ovn.org>
Thu, 28 Jan 2016 21:54:29 +0000 (13:54 -0800)
commit38b0b29f0cd053baf5443da18d0e0e2ffe0f35c7
tree0cfb9cc881dd98e7daa398403a32c2b85d34fa0c
parente353c8d150cb0074794370f91e895ecb99c01587
tests: Avoid useless use of cat.

Commands like "cat file | a" can be rewritten more cheaply as "a < file".

Signed-off-by: Ben Pfaff <blp@ovn.org>
Acked-by: Jarno Rajahalme <jarno@ovn.org>
tests/dpif-netdev.at
tests/ofproto-dpif.at
tests/ofproto.at
tests/ovs-ofctl.at
tests/vlog.at