As Mitani-san noticed the runtest file had two syntax errors --

 - "move_pagesXX" files are in "$LTPROOT/testcases/bin" direcotory,
   not in "$LTPROOT/bin" directory.
 - "chmod" commands don't have target file.

-- which resulted in the following output:

When I ran LTP in RHEL5.4 using ltp-2009-11-19.tar.gz,
"move_pages03" and "move_pages11" were failed in each of "syscalls" and
"numa" tests like that:

------------
move_pages01    1  TCONF  :  NUMA support not provided
move_pages02    1  TCONF  :  NUMA support not provided
chown: cannot access `move_pages03': No such file or directory
move_pages04    1  TCONF  :  NUMA support not provided
move_pages05    1  TCONF  :  NUMA support not provided
move_pages06    1  TCONF  :  NUMA support not provided
move_pages07    1  TCONF  :  NUMA support not provided
move_pages08    1  TCONF  :  NUMA support not provided
move_pages09    1  TCONF  :  NUMA support not provided
move_pages10    1  TCONF  :  NUMA support not provided
chown: cannot access `move_pages11': No such file or directory

Signed-off-by: Tomonori Mitani <mitani@ryobi.co.jp>
Acked-by: Garrett Cooper <yanegomi@gmail.com>
1 file changed