diff options
Diffstat (limited to 'tests/exe/ob-unpacksource.sh')
-rwxr-xr-x | tests/exe/ob-unpacksource.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/exe/ob-unpacksource.sh b/tests/exe/ob-unpacksource.sh index 375bb1e..ddc382a 100755 --- a/tests/exe/ob-unpacksource.sh +++ b/tests/exe/ob-unpacksource.sh @@ -33,8 +33,7 @@ plan_ 4 mkdir -p '../src/src/' printf '%s' "${FOO_SH}" >'../src/src/foo.sh' -OPK_SOURCE='foo' OPK_SOURCE_VERSION_UPSTREAM='1.0' \ - command_ok_ 'ob-unpacksource exit status' ob-unpacksource +command_ok_ 'ob-unpacksource exit status' ob-unpacksource cmd_is 'native sources unpacked' cat 'src/src/foo.sh' <<-EOF ${FOO_SH} EOF @@ -45,8 +44,7 @@ mv '../src/' 'foo/' tar -czf '../foo-1.0.orig.tar.gz' 'foo/' rm -Rf 'foo/' -OPK_SOURCE='foo' OPK_SOURCE_VERSION_UPSTREAM='1.0' \ - command_ok_ 'ob-unpacksource exit status' ob-unpacksource +command_ok_ 'ob-unpacksource exit status' ob-unpacksource cmd_is 'upstream sources unpacked' cat 'src/src/foo.sh' <<-EOF ${FOO_SH} EOF |