Question on runtest results.
"Michael D. Setzer II via busybox" <[email protected]> Wed, 20 May 2026 13:56:35 +1000
| Newsgroups | gmane.linux.busybox |
|---|---|
| Message-ID | <[email protected]> |
--===============7683491203381503556==
Content-type: Multipart/Alternative; boundary="Alt-Boundary-9306.5420419"
--Alt-Boundary-9306.5420419
Content-type: text/plain; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Mail message body
Original got 6 FAIL, but came up with modifications to fix 3.
Using runtest and did fixes to correct 3 Fails I got.
First one was minor. Guam uses ChST for timezone, but original
test wants first two characters as Caps?
ChST seems to be the only timezone that doesn't have first two
letters as caps?
diff -r busybox/testsuite/date/date-works
xbusybox/testsuite/date/date-works
3c3
< dt=`echo "$dt" | sed 's/^[^ ][^ ][^ ] [^ ][^ ][^ ] [ 0123][0-9]
[012][0-9]:[0-5][0-9]:[0-6][0-9] [A-Z][A-Z]* [012][0-9][0-9][0-9]$/OK/'`
> dt=`echo "$dt" | sed 's/^[^ ][^ ][^ ] [^ ][^ ][^ ] [ 0123][0-9]
[012][0-9]:[0-5][0-9]:[0-6][0-9] [A-Z][A-Zh]*
[012][0-9][0-9][0-9]$/OK/'`
I just add the h.
test results with 1 with ChST.
This one notes that busybox doesn't do Total line at Top but doesn't
address the selinux extra character?
So, on my machine so just filtered out the total line, and replaced .
in position 11.
diff -r busybox/testsuite/ls/ls-l-works xbusybox/testsuite/ls/ls-l-works
6c6
< LC_ALL=C ls -l "$d" > logfile.gnu
> LC_ALL=C ls -l "$d" |grep -v total | sed 's/./ /11' > logfile.gnu
diff -r busybox/testsuite/ls/ls-s-works busybox/testsuite/ls/ls-s-works
6c6
< LC_ALL=C ls -1s "$d" > logfile.gnu
> LC_ALL=C ls -1s "$d" | grep -v total> logfile.gnu
Not sure if those should list as FAIL or Perhaps some other option?
Test that don't result in PASS (Not clear what SKIPPED,
UNTESTED, and "sed: unsupported command o"
results mean.
./runtest | grep -v PASS
SKIPPED: awk hex const 1
SKIPPED: awk hex const 2
SKIPPED: awk oct const
SKIPPED: awk 'gcc build bug'
SKIPPED: awk large integer
SKIPPED: awk printf('%-10c') can output NUL
SKIPPED: cmp -ln2 SKIP1 SKIP2
UNTESTED: cp-parents
UNTESTED: date-timezone
UNTESTED: echo-prints-dash
UNTESTED: echo-prints-non-opts
UNTESTED: echo-prints-slash_00041
UNTESTED: echo-prints-slash_0041
UNTESTED: echo-prints-slash_041
UNTESTED: echo-prints-slash_41
UNTESTED: echo-prints-slash-zero
SKIPPED: grep handles NUL in files
SKIPPED: grep handles NUL on stdin
SKIPPED: grep matches NUL
SKIPPED: hexdump -e /2 %d (big endian)
SKIPPED: hexdump -e /2 %x (big endian)
SKIPPED: hexdump -n4 -e '"%u"' (big endian)
UNTESTED: md5sum-verifies-non-binary-file
SKIPPED: mdev add /block/sda
SKIPPED: mdev deletes /block/sda
SKIPPED: mdev stops on first rule
SKIPPED: mdev does not stop on dash-rule
SKIPPED: mdev $ENVVAR=regex match
SKIPPED: mdev move/symlink rule '>bar/baz'
SKIPPED: mdev move/symlink rule '>bar/'
SKIPPED: mdev move rule '=bar/baz/fname'
SKIPPED: mdev regexp substring match + replace
SKIPPED: mdev command
SKIPPED: mdev move and command
SKIPPED: mdev #maj,min and no explicit uid
SKIPPED: move rule does not delete node with name ==
device_name
SKIPPED: pidof -o init
FAIL: sed embedded NUL
sed: unsupported command o
FAIL: sed NUL in command
FAIL: sed nonexistent label
UNTESTED: tar-handles-empty-include-and-non-empty-exclude-list
UNTESTED: tar-handles-exclude-and-extract-lists
UNTESTED: tar-handles-multiple-X-options
UNTESTED: tar-handles-nested-exclude
UNTESTED: tar_with_link_with_size
UNTESTED: tar_with_prefix_fields
SKIPPED: tar Empty file is not a tarball.tar.gz
SKIPPED: tar extract tgz
SKIPPED: tar does not extract into symlinks
SKIPPED: tar -k does not extract into symlinks
SKIPPED: tar Pax-encoded UTF8 names and symlinks
SKIPPED: tar Symlink attack: create symlink and then write
through it
UNTESTED: tr-d-alnum-works
UNTESTED: tr-rejects-wrong-class
UNTESTED: tr-works
SKIPPED: tr understands [:xdigit:]
SKIPPED: tr does not stop after [:digit:]
SKIPPED: tr has correct xdigit sequence
SKIPPED: unzip (bad archive)
SKIPPED: unzip (archive with corrupted lzma 1)
SKIPPED: unzip (archive with corrupted lzma 2)
3 failure(s) detected; running with -v (verbose) will give more info
Don't know what results others might be getting.
Thanks
+------------------------------------------------------------+
Michael D. Setzer II - Computer Science Instructor (Retired)
mailto:[email protected]
mailto:[email protected]
mailto:[email protected]
Guam - Where America's Day Begins
G4L Disk Imaging Project maintainer
https://sourceforge.net/projects/g4l/
+------------------------------------------------------------+
--Alt-Boundary-9306.5420419
Content-type: text/html; charset=US-ASCII
Content-transfer-encoding: 7BIT
Content-description: Mail message body
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"><head>
<title></title>
<meta http-equiv="content-type" content="text/html;charset=utf-8"/>
<meta http-equiv="Content-Style-Type" content="text/css"/>
</head>
<body>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">Original got 6 FAIL, but came up with modifications to fix 3.</span></font></div>
<div align="left" style="min-height: 14pt; "></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">Using runtest and did fixes to correct 3 Fails I got.</span></font></div>
<div align="left" style="min-height: 14pt; "></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">First one was minor. Guam uses ChST for timezone, but original
test wants first two characters as Caps?</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">ChST seems to be the only timezone that doesn't have first two
letters as caps?</span></font></div>
<div align="left" style="min-height: 14pt; "></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">diff -r busybox/testsuite/date/date-works
xbusybox/testsuite/date/date-works</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">3c3</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">< dt=`echo "$dt" | sed 's/^[^ ][^ ][^ ] [^ ][^ ][^ ] [ 0123][0-9]
[012][0-9]:[0-5][0-9]:[0-6][0-9] [A-Z][A-Z]* [012][0-9][0-9][0-9]$/OK/'`</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">> dt=`echo "$dt" | sed 's/^[^ ][^ ][^ ] [^ ][^ ][^ ] [ 0123][0-9]
[012][0-9]:[0-5][0-9]:[0-6][0-9] [A-Z]</span><span dir="ltr" style="font-size:12.0pt; "><b>[A-Zh]</b></span><span dir="ltr" style="font-size:12.0pt; ">*
[012][0-9][0-9][0-9]$/OK/'`</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">I just add the h.</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">test results with 1 with ChST.</span></font></div>
<div align="left" style="min-height: 14pt; "></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">This one notes that busybox doesn't do Total line at Top but doesn't
address the selinux extra character?</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">So, on my machine so just filtered out the total line, and replaced .
in position 11.</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">diff -r busybox/testsuite/ls/ls-l-works xbusybox/testsuite/ls/ls-l-works</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">6c6</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">< LC_ALL=C ls -l "$d" > logfile.gnu</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">> LC_ALL=C ls -l "$d" |grep -v total | sed 's/./ /11' > logfile.gnu</span></font></div>
<div align="left" style="min-height: 14pt; "></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">diff -r busybox/testsuite/ls/ls-s-works busybox/testsuite/ls/ls-s-works</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">6c6</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">< LC_ALL=C ls -1s "$d" > logfile.gnu</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">> LC_ALL=C ls -1s "$d" | grep -v total> logfile.gnu</span></font></div>
<div align="left" style="min-height: 14pt; "></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">Not sure if those should list as FAIL or Perhaps some other option?</span></font></div>
<div align="left" style="min-height: 14pt; "></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">Test that don't result in PASS (Not clear what SKIPPED,
UNTESTED, and "sed: unsupported command o"</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">results mean. </span></font></div>
<div align="left" style="min-height: 14pt; "></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">./runtest | grep -v PASS</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: awk hex const 1</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: awk hex const 2</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: awk oct const</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: awk 'gcc build bug'</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: awk large integer</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: awk printf('%-10c') can output NUL</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: cmp -ln2 SKIP1 SKIP2 </span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">UNTESTED: cp-parents</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">UNTESTED: date-timezone</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">UNTESTED: echo-prints-dash</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">UNTESTED: echo-prints-non-opts</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">UNTESTED: echo-prints-slash_00041</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">UNTESTED: echo-prints-slash_0041</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">UNTESTED: echo-prints-slash_041</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">UNTESTED: echo-prints-slash_41</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">UNTESTED: echo-prints-slash-zero</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: grep handles NUL in files</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: grep handles NUL on stdin</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: grep matches NUL</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: hexdump -e /2 %d (big endian)</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: hexdump -e /2 %x (big endian)</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: hexdump -n4 -e '"%u"' (big endian)</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">UNTESTED: md5sum-verifies-non-binary-file</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: mdev add /block/sda</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: mdev deletes /block/sda</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: mdev stops on first rule</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: mdev does not stop on dash-rule</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: mdev $ENVVAR=regex match</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: mdev move/symlink rule '>bar/baz'</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: mdev move/symlink rule '>bar/'</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: mdev move rule '=bar/baz/fname'</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: mdev regexp substring match + replace</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: mdev command</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: mdev move and command</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: mdev #maj,min and no explicit uid</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: move rule does not delete node with name ==
device_name</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: pidof -o init</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">FAIL: sed embedded NUL</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">sed: unsupported command o</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">FAIL: sed NUL in command</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">FAIL: sed nonexistent label</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">UNTESTED: tar-handles-empty-include-and-non-empty-exclude-list</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">UNTESTED: tar-handles-exclude-and-extract-lists</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">UNTESTED: tar-handles-multiple-X-options</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">UNTESTED: tar-handles-nested-exclude</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">UNTESTED: tar_with_link_with_size</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">UNTESTED: tar_with_prefix_fields</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: tar Empty file is not a tarball.tar.gz</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: tar extract tgz</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: tar does not extract into symlinks</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: tar -k does not extract into symlinks</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: tar Pax-encoded UTF8 names and symlinks</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: tar Symlink attack: create symlink and then write
through it</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">UNTESTED: tr-d-alnum-works</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">UNTESTED: tr-rejects-wrong-class</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">UNTESTED: tr-works</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: tr understands [:xdigit:]</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: tr does not stop after [:digit:]</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: tr has correct xdigit sequence</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: unzip (bad archive)</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: unzip (archive with corrupted lzma 1)</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">SKIPPED: unzip (archive with corrupted lzma 2)</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">3 failure(s) detected; running with -v (verbose) will give more info</span></font></div>
<div align="left" style="min-height: 14pt; "></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">Don't know what results others might be getting.</span></font></div>
<div align="left" style="min-height: 14pt; "><font face="DejaVu Serif"><span dir="ltr" style="font-size:12.0pt; ">Thanks</span></font></div>
<div align="left" style="min-height: 11pt; "></div>
<div align="left" style="min-height: 11pt; "><font face="DejaVu Serif" size="2"><span dir="ltr" style="font-size:10.0pt; ">+------------------------------------------------------------+</span></font></div>
<div align="left" style="min-height: 11pt; "><font face="DejaVu Serif" size="2"><span dir="ltr" style="font-size:10.0pt; "> Michael D. Setzer II - Computer Science Instructor (Retired)     </span></font></div>
<div align="left" style="min-height: 11pt; "><font face="DejaVu Serif" size="2"><span dir="ltr" style="font-size:10.0pt; "> mailto:[email protected]                            </span></font></div>
<div align="left" style="min-height: 11pt; "><font face="DejaVu Serif" size="2"><span dir="ltr" style="font-size:10.0pt; "> mailto:[email protected]</span></font></div>
<div align="left" style="min-height: 11pt; "><font face="DejaVu Serif" size="2"><span dir="ltr" style="font-size:10.0pt; "> mailto:[email protected]</span></font></div>
<div align="left" style="min-height: 11pt; "><font face="DejaVu Serif" size="2"><span dir="ltr" style="font-size:10.0pt; "> Guam - Where America's Day Begins                        </span></font></div>
<div align="left" style="min-height: 11pt; "><font face="DejaVu Serif" size="2"><span dir="ltr" style="font-size:10.0pt; "> G4L Disk Imaging Project maintainer </span></font></div>
<div align="left" style="min-height: 11pt; "><font face="DejaVu Serif" size="2"><span dir="ltr" style="font-size:10.0pt; "> https://sourceforge.net/projects/g4l/ </span></font></div>
<div align="left" style="min-height: 11pt; "><font face="DejaVu Serif" size="2"><span dir="ltr" style="font-size:10.0pt; ">+------------------------------------------------------------+</span></font></div>
<div align="left" style="min-height: 11pt; "></div>
<div align="left" style="min-height: 11pt; "></div>
</body>
</html>
--Alt-Boundary-9306.5420419--
--===============7683491203381503556==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
busybox mailing list
[email protected]
https://lists.busybox.net/mailman/listinfo/busybox
--===============7683491203381503556==--