aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2020-10-14 19:38:39 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2020-10-14 20:36:06 +0300
commit0d1d47c5e183adc61dc60f735a1fe2422ca6c864 (patch)
tree986310117fb3d257f6b45c2ff724f7b554e8b7a1 /tests
parentfa624b451a7d21165fd064d03b70c96f51e6b27c (diff)
Rename project/package from bpkg-rep to bpkg-util
Diffstat (limited to 'tests')
-rw-r--r--tests/package-archive/buildfile2
-rw-r--r--tests/package-archive/driver.in4
-rw-r--r--tests/package-archive/testscript6
-rw-r--r--tests/publish/buildfile2
4 files changed, 7 insertions, 7 deletions
diff --git a/tests/package-archive/buildfile b/tests/package-archive/buildfile
index a8ff42b..7702332 100644
--- a/tests/package-archive/buildfile
+++ b/tests/package-archive/buildfile
@@ -1,7 +1,7 @@
# file : tests/package-archive/buildfile
# license : MIT; see accompanying LICENSE file
-import mods = bpkg-rep%bash{package-archive}
+import mods = bpkg-util%bash{package-archive}
./: exe{driver} file{*.tar.gz}
diff --git a/tests/package-archive/driver.in b/tests/package-archive/driver.in
index d760a1e..a32e571 100644
--- a/tests/package-archive/driver.in
+++ b/tests/package-archive/driver.in
@@ -5,12 +5,12 @@
# bpkg utility path.
#
-bpkg_rep_bpkg=bpkg
+bpkg_util_bpkg=bpkg
trap "{ exit 1; }" ERR
set -o errtrace # Trap ERR in functions.
-@import bpkg-rep/package-archive@
+@import bpkg-util/package-archive@
# Call the function passed on the command line.
#
diff --git a/tests/package-archive/testscript b/tests/package-archive/testscript
index 6124d4a..0cc93b2 100644
--- a/tests/package-archive/testscript
+++ b/tests/package-archive/testscript
@@ -12,7 +12,7 @@ clone_arcs = \
: pkg-verify-archive
:
{
- test.arguments += bpkg_rep_pkg_verify_archive
+ test.arguments += bpkg_util_pkg_verify_archive
: non-existing-archive
:
@@ -28,7 +28,7 @@ clone_arcs = \
: pkg-find-archives
:
{
- test.arguments += bpkg_rep_pkg_find_archives
+ test.arguments += bpkg_util_pkg_find_archives
: none
:
@@ -106,7 +106,7 @@ clone_arcs = \
: pkg-find-archive
:
{
- test.arguments += bpkg_rep_pkg_find_archive
+ test.arguments += bpkg_util_pkg_find_archive
: non-existent
:
diff --git a/tests/publish/buildfile b/tests/publish/buildfile
index 4cc1bd0..cdd601f 100644
--- a/tests/publish/buildfile
+++ b/tests/publish/buildfile
@@ -1,7 +1,7 @@
# file : tests/publish/buildfile
# license : MIT; see accompanying LICENSE file
-import publish = bpkg-rep%exe{bpkg-rep-publish}
+import publish = bpkg-util%exe{bpkg-util-publish}
./: testscript $publish