diff options
Diffstat (limited to 'tests/exe')
-rwxr-xr-x | tests/exe/ob-buildopk.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/exe/ob-buildopk.sh b/tests/exe/ob-buildopk.sh index 005f639..ddf0734 100755 --- a/tests/exe/ob-buildopk.sh +++ b/tests/exe/ob-buildopk.sh @@ -48,8 +48,7 @@ cp -p '../../src/src/foo.sh' 'foo.data/usr/bin/' touch 'foo.control/control' 'foo.control/md5sums' \ 'bar.control/control' 'bar.control/md5sums' -# TODO: Parameterize fakeroot -command_ok_ 'ob-buildopk exit status' -- fakeroot ob-buildopk +command_ok_ 'ob-buildopk exit status' -- "${FAKEROOT}" ob-buildopk for opk in '../../foo_1.0-1_i686-linux-glibc_all.opk' \ '../../bar_1.0-1_all_all.opk'; do command_ok_ 'opk exists' -- [ -f "${opk}" ] |