aboutsummaryrefslogtreecommitdiff
path: root/tests/package-archive/driver.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/package-archive/driver.in')
-rw-r--r--tests/package-archive/driver.in4
1 files changed, 2 insertions, 2 deletions
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.
#