From 309cd9330c90ad496915147f2786b6cf4af6ac80 Mon Sep 17 00:00:00 2001 From: stevenknight Date: Sun, 8 Feb 2004 16:37:36 +0000 Subject: [PATCH] Win32 portability. git-svn-id: http://scons.tigris.org/svn/scons/trunk@895 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- src/engine/SCons/UtilTests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/engine/SCons/UtilTests.py b/src/engine/SCons/UtilTests.py index 687d464c..ce82013d 100644 --- a/src/engine/SCons/UtilTests.py +++ b/src/engine/SCons/UtilTests.py @@ -298,7 +298,7 @@ class UtilTestCase(unittest.TestCase): '$FUNCCALL', 'a xc b', # Bug reported by Christoph Wiedemann. - '$xxx/bin', '/bin', + cvt('$xxx/bin'), '/bin', ] kwargs = {'target' : target, 'source' : source} @@ -614,7 +614,7 @@ class UtilTestCase(unittest.TestCase): 'foo \nmiddle\n bar', [['foo'], ['middle'], ['bar']], # Bug reported by Christoph Wiedemann. - '$xxx/bin', [['/bin']], + cvt('$xxx/bin'), [['/bin']], ] kwargs = {'target' : target, 'source' : source} -- 2.26.2