diff tests/test-debian-packages.t @ 34406:0133ca39c688

deb: build and install chg Differential Revision: https://phab.mercurial-scm.org/D883
author Kyle Lippincott <spectral@google.com>
date Sun, 01 Oct 2017 03:31:32 -0700
parents 9ecc622ca23f
children 7574ccd87200
line wrap: on
line diff
--- a/tests/test-debian-packages.t	Sun Oct 01 02:53:10 2017 -0700
+++ b/tests/test-debian-packages.t	Sun Oct 01 03:31:32 2017 -0700
@@ -24,3 +24,9 @@
 zsh completions should be in the common package
   $ dpkg --contents mercurial-common_*.deb | egrep 'zsh.*[^/]$'
   * ./usr/share/zsh/vendor-completions/_hg (glob)
+chg should be installed alongside hg, in the 'mercurial' package
+  $ dpkg --contents mercurial_*.deb | egrep 'chg$'
+  * ./usr/bin/chg (glob)
+chg should come with a man page
+  $ dpkg --contents mercurial_*.deb | egrep 'man.*chg'
+  * ./usr/share/man/man1/chg.1.gz (glob)