On Sun, 17 Feb 2019 at 15:44:07 +0900, Osamu Aoki wrote:
> ./runtest: 113: ./runtest: pushd: not found
pushd is a bash feature (a "bashism"). If runtest needs to use it,
then it should be a #!/bin/bash script, not a #!/bin/sh script.
> NOT FOUNND ibus-memconf. Need configure --enable-memconf
It looks as though the tests rely on an optional feature that the Debian
package doesn't enable.
smcv