Magellan Linux

Annotation of /trunk/mkinitrd-magellan/busybox/testsuite/rx.tests

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1123 - (hide annotations) (download)
Wed Aug 18 21:56:57 2010 UTC (13 years, 9 months ago) by niro
File size: 845 byte(s)
-updated to busybox-1.17.1
1 niro 984 #!/bin/sh
2     # Copyright 2009 by Denys Vlasenko
3     # Licensed under GPL v2, see file LICENSE for details.
4    
5     . ./testing.sh
6    
7     # testing "test name" "options" "expected result" "file input" "stdin"
8    
9     # Simple one-block file transfer
10     # rx => 'C'
11     # rx <= SOH <blockno> <255-blockno> <128 byte padded with x1A> <crc> <crc>
12     # rx => ACK
13     # rx <= EOT
14     # rx => ACK
15     testing "rx" \
16     "rx rx.OUTFILE | hexdump -vC && cat rx.OUTFILE" \
17     "\
18     00000000 43 06 06 |C..|\n\
19     00000003\n\
20     ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????" \
21 niro 1123 "" "\01\01\0376\
22 niro 984 ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????\
23 niro 1123 \x1A\x1A\x1A\x1A\x1A\x4B\xB0\04"
24 niro 984
25     rm -f rx.OUTFILE 2>/dev/null
26    
27     exit $FAILCOUNT

Properties

Name Value
svn:executable *