diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-12 15:59:32 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-05-12 15:59:32 +0200 |
commit | e82cf339e476126e4016e417aee3c6eb52c702c9 (patch) | |
tree | af480d4552cb63fcf8ee28600986e9c16c7adb6a /testsuite/rx.tests | |
parent | a2215b98f7d65bc613b9c8f008d79672402c6a07 (diff) | |
download | busybox-w32-e82cf339e476126e4016e417aee3c6eb52c702c9.tar.gz busybox-w32-e82cf339e476126e4016e417aee3c6eb52c702c9.tar.bz2 busybox-w32-e82cf339e476126e4016e417aee3c6eb52c702c9.zip |
randomtest fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/rx.tests')
-rwxr-xr-x | testsuite/rx.tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/rx.tests b/testsuite/rx.tests index c2b8814a2..985fcdc01 100755 --- a/testsuite/rx.tests +++ b/testsuite/rx.tests | |||
@@ -18,9 +18,9 @@ testing "rx" \ | |||
18 | 00000000 43 06 06 |C..|\n\ | 18 | 00000000 43 06 06 |C..|\n\ |
19 | 00000003\n\ | 19 | 00000003\n\ |
20 | ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????" \ | 20 | ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????" \ |
21 | "" "\1\1\376\ | 21 | "" "\01\01\0376\ |
22 | ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????\ | 22 | ???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????\ |
23 | \x1A\x1A\x1A\x1A\x1A\x4B\xB0\4" | 23 | \x1A\x1A\x1A\x1A\x1A\x4B\xB0\04" |
24 | 24 | ||
25 | rm -f rx.OUTFILE 2>/dev/null | 25 | rm -f rx.OUTFILE 2>/dev/null |
26 | 26 | ||