summaryrefslogtreecommitdiff
path: root/test/Default.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-11-24 23:15:01 +0000
committerSteven Knight <knight@baldmt.com>2001-11-24 23:15:01 +0000
commit378373defaf150feb90cd54d13626516c6dbe1b4 (patch)
treefc9783004f1cae3c3558846d6f9a1c589e104a3e /test/Default.py
parent139a0052dc0bff059dc9b8cf1739396304e7c129 (diff)
downloadscons-git-378373defaf150feb90cd54d13626516c6dbe1b4.tar.gz
More NT portability fixes.
Diffstat (limited to 'test/Default.py')
-rw-r--r--test/Default.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Default.py b/test/Default.py
index 93e6be600..ceab745a7 100644
--- a/test/Default.py
+++ b/test/Default.py
@@ -71,9 +71,9 @@ for dir in ['one', 'two', 'three']:
foo_in = os.path.join(dir, 'foo.in')
bar_in = os.path.join(dir, 'bar.in')
- test.write(foo_in, foo_in + "\n");
+ test.write(foo_in, dir + "/foo.in\n");
- test.write(bar_in, bar_in + "\n");
+ test.write(bar_in, dir + "/bar.in\n");
test.run(chdir = dir) # no arguments, use the Default