diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/package-archive/buildfile | 2 | ||||
-rw-r--r-- | tests/package-archive/driver.in | 4 | ||||
-rw-r--r-- | tests/package-archive/testscript | 6 | ||||
-rw-r--r-- | tests/publish/buildfile | 2 |
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 |