$NetBSD: patch-bd,v 1.1.1.1 2006/07/02 16:49:31 bouyer Exp $

--- python/xen/xm/tests/test_create.py.orig	2006-01-31 17:09:21.000000000 +0100
+++ python/xen/xm/tests/test_create.py
@@ -48,7 +48,7 @@ class test_create(unittest.TestCase):
                  'boot'      : 'c',
                  'dhcp'      : 'off',
                  'interface' : 'eth0',
-                 'path'      : '.:/etc/xen',
+                 'path'      : '.:@XENDCONFDIR@',
                  'builder'   : 'linux',
                  'nics'      : -1,
                  })
@@ -97,7 +97,7 @@ on_crash    = 'destroy'
                  'boot'        : 'c',
                  'dhcp'        : 'off',
                  'interface'   : 'eth0',
-                 'path'        : '.:/etc/xen',
+                 'path'        : '.:@XENDCONFDIR@',
                  'builder'     : 'linux',
                })
 
@@ -135,7 +135,7 @@ cpu_weight = 0.75
                  'boot'       : 'c',
                  'dhcp'       : 'off',
                  'interface'  : 'eth0',
-                 'path'       : '.:/etc/xen',
+                 'path'       : '.:@XENDCONFDIR@',
                  'builder'    : 'linux',
                  'nics'       : -1,
                  })
@@ -187,7 +187,7 @@ ne2000=0
                  'boot'        : 'c',
                  'dhcp'        : 'off',
                  'interface'   : 'eth0',
-                 'path'        : '.:/etc/xen',
+                 'path'        : '.:@XENDCONFDIR@',
                })
 
 
