90a91,94
> # grab the specific path to the binary
> thispath = os.path.dirname(os.path.realpath(__file__))
> binpath = os.path.join(thispath, '../../../',
> 'tests/test-progs/hello/bin/x86/linux/hello')
92c96
< process.cmd = ['tests/test-progs/hello/bin/x86/linux/hello']
---
> process.cmd = [binpath]