tests/test-install.t
changeset 40369 ef6cab7930b3
parent 39707 5abc47d4ca6b
child 40974 e1f759f1f691
equal deleted inserted replaced
40368:fad6068249d9 40369:ef6cab7930b3
   151 
   151 
   152 #if test-repo
   152 #if test-repo
   153   $ . "$TESTDIR/helpers-testrepo.sh"
   153   $ . "$TESTDIR/helpers-testrepo.sh"
   154 
   154 
   155   $ cat >> wixxml.py << EOF
   155   $ cat >> wixxml.py << EOF
   156   > import os, subprocess, sys
   156   > import os
       
   157   > import subprocess
       
   158   > import sys
   157   > import xml.etree.ElementTree as ET
   159   > import xml.etree.ElementTree as ET
   158   > 
   160   > 
   159   > # MSYS mangles the path if it expands $TESTDIR
   161   > # MSYS mangles the path if it expands $TESTDIR
   160   > testdir = os.environ['TESTDIR']
   162   > testdir = os.environ['TESTDIR']
   161   > ns = {'wix' : 'http://schemas.microsoft.com/wix/2006/wi'}
   163   > ns = {'wix' : 'http://schemas.microsoft.com/wix/2006/wi'}