88a89,92
> # 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')
90c94
< process.cmd = ['tests/test-progs/hello/bin/x86/linux/hello']
---
> process.cmd = [binpath]