diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2022-07-15 15:21:36 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2022-07-22 19:42:18 +0200 |
commit | ada08d4735e78df2148097eff8460bb60623ce5f (patch) | |
tree | ff0b41f3fee2fbd763ebbd3e9fe19a840d64ad88 /test/lib/setup | |
parent | d078a1113febf93ec9124521c0d4d7ee8409b178 (diff) | |
download | passt-ada08d4735e78df2148097eff8460bb60623ce5f.tar passt-ada08d4735e78df2148097eff8460bb60623ce5f.tar.gz passt-ada08d4735e78df2148097eff8460bb60623ce5f.tar.bz2 passt-ada08d4735e78df2148097eff8460bb60623ce5f.tar.lz passt-ada08d4735e78df2148097eff8460bb60623ce5f.tar.xz passt-ada08d4735e78df2148097eff8460bb60623ce5f.tar.zst passt-ada08d4735e78df2148097eff8460bb60623ce5f.zip |
tests: Remove unnecessary truncation of temporary files in udp tests
All the UDP tests use :> to truncate some temporary data files. This
appears to be so that they're empty before writing data to them with tee.
However tee, by default, truncates its output file anyway (you need tee -a
to append). So drop the unnecessary truncations.
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'test/lib/setup')
0 files changed, 0 insertions, 0 deletions