diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-23 16:37:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-23 17:09:51 +0200 |
commit | 50006e227234e193806770330b18129b8f286b6a (patch) | |
tree | 81b42181e324e89cab868b26c7fcec6c2c6faf15 /tests | |
parent | 962713882ff4875ed39124ee6accb1c2d023d36d (diff) |
Unless name ends with a separator don't try it as package directory in pkg-build
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test.sh b/tests/test.sh index 2e7e29a..5a83191 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -811,7 +811,7 @@ fail pkg-build -p libfoo/1.0.0 # unknown package test pkg-build -p repository/1/satisfy/libfoo-1.1.0.tar.gz <<EOF build libfoo 1.1.0 EOF -test pkg-build -p repository/1/satisfy/libfoo-1.1.0 <<EOF +test pkg-build -p repository/1/satisfy/libfoo-1.1.0/ <<EOF build libfoo 1.1.0 EOF @@ -1158,7 +1158,7 @@ stat libbaz/1.1.0 "configured hold_package" test cfg-create --wipe test pkg-build -y repository/1/satisfy/libfoo-1.0.0.tar.gz stat libfoo "configured 1.0.0 hold_package hold_version" -test pkg-build -y repository/1/satisfy/libfoo-1.1.0 +test pkg-build -y repository/1/satisfy/libfoo-1.1.0/ stat libfoo "configured 1.1.0 hold_package hold_version" test cfg-create --wipe |