1
0
mirror of https://passt.top/passt synced 2024-07-02 07:52:41 +00:00
passt/test/udp
David Gibson ada08d4735 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>
2022-07-22 19:42:18 +02:00
..
passt tests: Remove unnecessary truncation of temporary files in udp tests 2022-07-22 19:42:18 +02:00
passt_in_ns tests: Remove unnecessary truncation of temporary files in udp tests 2022-07-22 19:42:18 +02:00
pasta tests: Remove unnecessary truncation of temporary files in udp tests 2022-07-22 19:42:18 +02:00