Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 110591
Collapse All | Expand All

(-)atftp-0.7.orig/test/test.sh (-2 / +2 lines)
Lines 151-157 Link Here
151
test_blocksize 1428
151
test_blocksize 1428
152
test_blocksize 16000
152
test_blocksize 16000
153
test_blocksize 64000
153
test_blocksize 64000
154
test_blocksize 65465
154
test_blocksize 65464
155
155
156
#
156
#
157
# testing fot tsize
157
# testing fot tsize
Lines 162-170 Link Here
162
TSIZE=`grep "OACK <tsize:" out | sed -e "s/[^0-9]//g"`
162
TSIZE=`grep "OACK <tsize:" out | sed -e "s/[^0-9]//g"`
163
if [ "$TSIZE" != "2048" ]; then
163
if [ "$TSIZE" != "2048" ]; then
164
    echo "ERROR (server report $TSIZE bytes but it should be 2048)"
164
    echo "ERROR (server report $TSIZE bytes but it should be 2048)"
165
    ERROR=1
165
else
166
else
166
    echo "OK"
167
    echo "OK"
167
    ERROR=1
168
fi
168
fi
169
169
170
#
170
#

Return to bug 110591