Given the error, it is extremely likely that it is dash being used, not
bash. Dash does not recognize syntax like $((foo--)), which is not
required by POSIX (although, it also fails to recognize $((foo-1)),
which is). If this is the case, the fault lies with LTP, which relies
upon unportable syntax. The workaround would be to set SHELL within the
makefile to bash, explicitly.

(Not setting status until this can be confirmed one way or the other.)

-- 
Bash in Feisty is not compatible with LTP 20070331
https://bugs.launchpad.net/bugs/102720
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to