diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-23 16:37:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-04-23 16:37:06 +0200 |
commit | f39ac3228bc30ba770c266e19110f36ea5d83d90 (patch) | |
tree | bdb996bf31c443d18bb7607e8929f2b9e050abe1 /tests | |
parent | 0072c2109599d2d46dbde4f84a5957487d6158e7 (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 b4905c0..0cdcd4f 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -824,7 +824,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 @@ -1171,7 +1171,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 |