summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtests/exe/ob-buildopk.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/exe/ob-buildopk.sh b/tests/exe/ob-buildopk.sh
index 1797559..52b050b 100755
--- a/tests/exe/ob-buildopk.sh
+++ b/tests/exe/ob-buildopk.sh
@@ -48,7 +48,8 @@ cp -p '../../src/src/foo.sh' 'foo.data/usr/bin/'
touch 'foo.control/control' 'foo.control/md5sums' \
'bar.control/control' 'bar.control/md5sums'
-command_ok_ 'ob-buildopk exit status' -- ob-buildopk
+# TODO: Parameterize fakeroot
+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}" ]