On 04/26/2013 03:53 PM, DAN LI wrote: > Expected errno setted in array "exp_enos" do not match > echo test item rightly, leading to two problems: > > * Not every test item in mount02 is executed. > There are 13 test items in mount02 currently to test error: > ENODEV, ENOTBLK, EBUSY, EBUSY, EINVAL, EINVAL, EINVAL, EFAULT, > EFAULT, ENAMETOOLONG, ENOENT, ENOENT, ENOTDIR > > But, only 8 of them are tested as specified in array "exp_enos": > ENODEV, ENOTBLK, EBUSY, EINVAL, EFAULT, ENAMETOOLONG, > ENOENT, ENOTDIR > > * For test item which is executed, its errno returned is maybe not > the one expected. > > This patch modifies array "exp_enos" to make it one-to-one correspondent > with echo test item, to fix above problems. > > Signed-off-by: DAN LI <[email protected]>
Applied with s/echo/each/, thanks for you and Mike. Wanlong Gao ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
