hust test for noMMU

Michal Simek monstr at monstr.eu
Thu May 21 12:39:07 UTC 2009


Hi All,

I am doing some tests with hush because I would like to run LTP tests on noMMU Microblaze kernel
(and use runltp script). I copied all hush tests to rootfs and run them but I am getting this error.

/test/hush_test # ./run-all
No ./hush - creating a link to ../../busybox
ln: hush: File exists
sh: hush.c:5855
sh: syntax error: unexpected )
/test/hush_test #

I enable all features which are there.
[monstr at monstr busybox.git]$ cat .config| grep HUSH
CONFIG_FEATURE_SH_IS_HUSH=y
CONFIG_HUSH=y
CONFIG_HUSH_HELP=y
CONFIG_HUSH_INTERACTIVE=y
CONFIG_HUSH_JOB=y
CONFIG_HUSH_TICK=y
CONFIG_HUSH_IF=y
CONFIG_HUSH_LOOPS=y
CONFIG_HUSH_CASE=y
CONFIG_HUSH_FUNCTIONS=y
CONFIG_HUSH_EXPORT_N=y


If I remove parenthesis from lines 31, 53, 57, 65 from run-all script, one tests is executed and
failed - that's all.

/test/hush_test # ./run-all
No ./hush - creating a link to ../../busybox
ln: hush: File exists
hush-arith/arith.tests: fail

I did check on x86 and there is no problem with it.

Can you give me any hint what could be wrong?

Mike: Can you run these tests on noMMU Blackfin?

Thanks,
Michal

-- 
Michal Simek, Ing. (M.Eng)
w: www.monstr.eu p: +42-0-721842854


More information about the busybox mailing list