summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/engine/SCons/UtilTests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/SCons/UtilTests.py b/src/engine/SCons/UtilTests.py
index 687d464..ce82013 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}