70c70,73
< binary = 'tests/test-progs/hello/bin/' + isa + '/linux/hello'
---
> # grab the specific path to the binary
> thispath = os.path.dirname(os.path.realpath(__file__))
> binary = os.path.join(thispath, '../../../',
> 'tests/test-progs/hello/bin/', isa, 'linux/hello')