summaryrefslogtreecommitdiffstats
path: root/test/Repository/link-object.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-08-28 16:01:52 (GMT)
committerSteven Knight <knight@baldmt.com>2002-08-28 16:01:52 (GMT)
commit36e06c5c7557d40c4d4953e56f8c80d2a27bdd93 (patch)
tree7bd168d5cf33631bbeeae2e8890acf1da471427d /test/Repository/link-object.py
parent5579408699ca7d0c1da071ad61685d1635ecd4fe (diff)
downloadSCons-36e06c5c7557d40c4d4953e56f8c80d2a27bdd93.zip
SCons-36e06c5c7557d40c4d4953e56f8c80d2a27bdd93.tar.gz
SCons-36e06c5c7557d40c4d4953e56f8c80d2a27bdd93.tar.bz2
On Win32 systems, supply a default if PATHEXT isn't in the environment; it doesn't exist on Win95/Win98.
Diffstat (limited to 'test/Repository/link-object.py')
-rw-r--r--test/Repository/link-object.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Repository/link-object.py b/test/Repository/link-object.py
index af0214e..90d2e70 100644
--- a/test/Repository/link-object.py
+++ b/test/Repository/link-object.py
@@ -106,7 +106,7 @@ env.Program(target = 'foo', source = ['aaa.c', 'bbb.c', 'foo.c'])
test.up_to_date(chdir = 'work', arguments = ".")
#
-test.write(['work', 'bbb.c'], """
+test.write(['work', 'bbb.c'], r"""
void
bbb(void)
{