diff options
| author | Steven Knight <knight@baldmt.com> | 2004-02-08 16:37:36 (GMT) |
|---|---|---|
| committer | Steven Knight <knight@baldmt.com> | 2004-02-08 16:37:36 (GMT) |
| commit | 2214b703b0647a02cda159c770d54d3e419a1238 (patch) | |
| tree | 0fd3044feb80ca5ea1d7ed70bec9dcd33bf581d2 /src/engine | |
| parent | cfd0199a2ec09af66a61ed36f9a2ba62561ee808 (diff) | |
| download | SCons-2214b703b0647a02cda159c770d54d3e419a1238.zip SCons-2214b703b0647a02cda159c770d54d3e419a1238.tar.gz SCons-2214b703b0647a02cda159c770d54d3e419a1238.tar.bz2 | |
Win32 portability.
Diffstat (limited to 'src/engine')
| -rw-r--r-- | src/engine/SCons/UtilTests.py | 4 |
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} |
