From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Gibson To: passt-dev@passt.top Subject: [PATCH v3 07/12] test: Dont regnerate small test file in pasta/tcp Date: Thu, 08 Sep 2022 16:57:23 +1000 Message-ID: <20220908065728.2631730-8-david@gibson.dropbear.id.au> In-Reply-To: <20220908065728.2631730-1-david@gibson.dropbear.id.au> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3156779077060702761==" --===============3156779077060702761== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit In what looks like a copy/paste error, pasta/tcp generates its small test file twice. Signed-off-by: David Gibson --- test/pasta/tcp | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/pasta/tcp b/test/pasta/tcp index 7c7de06..5497f11 100644 --- a/test/pasta/tcp +++ b/test/pasta/tcp @@ -91,10 +91,7 @@ hout HOST_MD5_BIG md5sum __TEMP_BIG__ | cut -d' ' -f1 check [ "__HOST_MD5_BIG__" = "__MD5_BIG__" ] test TCP/IPv6: host to ns: small transfer -temp TEMP_SMALL -temp TEMP_NS_SMALL nsb socat -u TCP6-LISTEN:10002,bind=[::1] OPEN:__TEMP_NS_SMALL__,create,trunc -host dd if=/dev/urandom bs=2k count=1 of=__TEMP_SMALL__ host socat -u OPEN:__TEMP_SMALL__ TCP6:[::1]:10002 nsw hout MD5_SMALL md5sum __TEMP_SMALL__ | cut -d' ' -f1 -- 2.37.3 --===============3156779077060702761==--