diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-05 16:49:24 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2018-03-05 17:25:16 +0300 |
commit | 22e35bf80cea95dc1edce22e729199f61a6fedcd (patch) | |
tree | e8b00be480a8a1b57641f23e1f7d09fb0a8bad1a /tests/remote-git.test | |
parent | cdbc374bc16ed0db1a4a206064bb090ac935d89d (diff) |
Add .manifest extension to repositories, packages and signature files
Diffstat (limited to 'tests/remote-git.test')
-rw-r--r-- | tests/remote-git.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/remote-git.test b/tests/remote-git.test index 466acb9..37d5438 100644 --- a/tests/remote-git.test +++ b/tests/remote-git.test @@ -61,7 +61,7 @@ end # directory (see above). # # Note that we can expect that the tar program is present on the platform. We -# will use the same options as we do for unpacking of bpkg packages (see +# will use the same options as we do for unpacking of package archives (see # pkg-unpack.cxx). # git_extract = ($cxx.target.class != 'windows' \ |