diff options
Diffstat (limited to 'tests/exe')
-rwxr-xr-x | tests/exe/opkbuild.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/exe/opkbuild.sh b/tests/exe/opkbuild.sh index 20661a4..f9e0529 100755 --- a/tests/exe/opkbuild.sh +++ b/tests/exe/opkbuild.sh @@ -46,7 +46,7 @@ cd '../' rm -Rf 'src/' 'tmp/' cp -Rp '../src/' 'src/' -command_ok_ 'opkbuild exit status' -- opkbuild -a i686-linux-glibc -p x60 -c +command_ok_ 'opkbuild exit status' -- opkbuild -a i686-linux-glibc -p x60 -dc for opk in '../src-foo_1.0-1_src_all.opk' \ '../foo_1.0-1_i686-linux-glibc_all.opk' \ '../bar_1.0-1_all_all.opk'; do |