--- a/tests/test-install.t Fri Dec 18 12:54:45 2015 -0800
+++ b/tests/test-install.t Thu Dec 17 21:18:02 2015 -0500
@@ -42,6 +42,7 @@
checking username...
no problems detected
+#if test-repo
$ cat >> wixxml.py << EOF
> import os, subprocess, sys
> import xml.etree.ElementTree as ET
@@ -66,7 +67,7 @@
> def hgdirectory(relpath):
> '''generator of tracked files, rooted at relpath'''
> hgdir = "%s/../mercurial" % (testdir)
- > args = ['hg', '--cwd', hgdir, 'files', '--rev', '.', relpath]
+ > args = ['hg', '--cwd', hgdir, 'files', relpath]
> proc = subprocess.Popen(args, stdout=subprocess.PIPE,
> stderr=subprocess.PIPE)
> output = proc.communicate()[0]
@@ -108,3 +109,5 @@
$ python wixxml.py templates
Not installed:
Not tracked:
+
+#endif