代码拉取完成,页面将自动刷新
#!/bin/sh
# Copyright 2009 by Denys Vlasenko
# Licensed under GPLv2, see file LICENSE in this source tree.
. ./testing.sh
# testing "test name" "options" "expected result" "file input" "stdin"
# Simple one-block file transfer
# rx => 'C'
# rx <= SOH <blockno> <255-blockno> <128 byte padded with x1A> <crc> <crc>
# rx => ACK
# rx <= EOT
# rx => ACK
testing "rx" \
"rx rx.OUTFILE | hexdump -vC && cat rx.OUTFILE" \
"\
00000000 43 06 06 |C..|\n\
00000003\n\
???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????" \
"" "\01\01\0376\
???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????\
\x1A\x1A\x1A\x1A\x1A\x4B\xB0\04"
rm -f rx.OUTFILE 2>/dev/null
exit $FAILCOUNT
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。