summaryrefslogtreecommitdiffstats
path: root/tests/exe
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-06-17 23:55:44 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-06-17 23:55:44 (EDT)
commit5c55fc05e0e949a9278701efeee379330e5e3153 (patch)
tree89ae895b73f3d03133cd908606ae66ac471446a4 /tests/exe
parent88f2ade9c3d53270e23fdfd08af9c47beed0adde (diff)
opkbuild, tests: Parameterize fakeroot
Diffstat (limited to 'tests/exe')
-rwxr-xr-xtests/exe/ob-buildopk.sh3
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}" ]