Hi,
Ioctl01_02 (ioctl102) test case fails in ltp-full-20090331 but It was
passing in ltp-full-20090228.
In ltp-full-20090331/testcases/kernel/syscalls/ioctl/test_ioctl, line
52
for tttype in `ls /dev/tty*`
do
device_no=${tttype:8}
case "$device_no" in
[0-9]|[0-9][0-9])
tst_resm TINFO "Testing ioctl02 with $tttype"
ioctl02 -D $tttype
RC=$?
if [ $RC -eq 0 ] $ <-----------------------------------------"$"
is added
then
tst_resm TPASS "ioctl02 Passed with $tttype"
else
tst_resm TFAIL "ioctl02 Failed with $tttype"
fi
echo;;
esac
done
Test case passes after removing "$".
Regards,
Rahul Baliyan
-------------------------------------------------------------------
This email is confidential and intended only for the use of the individual or
entity named above and may contain information that is privileged. If you are
not the intended recipient, you are notified that any dissemination,
distribution or copying of this email is strictly prohibited. If you have
received this email in error, please notify us immediately by return email or
telephone and destroy the original message. - This mail is sent via Sony Asia
Pacific Mail Gateway.
-------------------------------------------------------------------
------------------------------------------------------------------------------
This SF.net email is sponsored by:
High Quality Requirements in a Collaborative Environment.
Download a free trial of Rational Requirements Composer Now!
http://p.sf.net/sfu/www-ibm-com
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list