diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-03 18:50:18 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-05 12:26:23 +0300 |
commit | 0d3525d80fbeee78ae49384f2d722de20127a040 (patch) | |
tree | 6e60603e396c7cd0e781806782dfa31cb13980cf /tests/remote.test | |
parent | 87841c9288561a3ad580ae23bb288ff3d3d39719 (diff) |
Rename bpkg repository type to pkg
Diffstat (limited to 'tests/remote.test')
-rw-r--r-- | tests/remote.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/remote.test b/tests/remote.test index af0c6f6..78a65af 100644 --- a/tests/remote.test +++ b/tests/remote.test @@ -2,7 +2,7 @@ # copyright : Copyright (c) 2014-2017 Code Synthesis Ltd # license : MIT; see accompanying LICENSE file -# Tests for commands that accept bpkg repository location must be able to run +# Tests for commands that accept pkg repository location must be able to run # regardless whether the repository is local or remote. They also must be able # to create the repository used for testing at the specified path, so being # published to build2.org it can be used for the remote testing. Note that |