win32 test portability fixes (Anthony Roach)
[scons.git] / test / option-u.py
index 54f4f4601c8bb7490c5f5a63bb0415fdcceb3552..5e00ea8dc05361e9df9b2815e2e8c87458b8103d 100644 (file)
@@ -46,7 +46,7 @@ file.close()
 test.write('SConstruct', """
 import SCons.Defaults
 env = Environment()
-env['BUILDERS']['B'] = Builder(action='%s build.py $TARGET $SOURCES')
+env['BUILDERS']['B'] = Builder(action=r'%s build.py $TARGET $SOURCES')
 env.B(target = 'sub1/foo.out', source = 'sub1/foo.in')
 Default('.')
 Export('env')