summaryrefslogtreecommitdiffstats
path: root/test/Install/option--install-sandbox.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-03-31 19:49:37 (GMT)
committerSteven Knight <knight@baldmt.com>2008-03-31 19:49:37 (GMT)
commitbb1c936e7669cdf489087ae33989c97ee560169a (patch)
treeed8516e05c6e335415c8993f18f5c98b1458dc69 /test/Install/option--install-sandbox.py
parent0012fb93592da7bef839ec5ed26ee6ec731d7d86 (diff)
downloadSCons-0.98.0.zip
SCons-0.98.0.tar.gz
SCons-0.98.0.tar.bz2
Merged revisions 2720-2724 via svnmerge from0.98.0
http://scons.tigris.org/svn/scons/branches/core ........ r2722 | stevenknight | 2008-03-31 11:51:25 -0700 (Mon, 31 Mar 2008) | 2 lines Update the copyright year. ........ r2723 | stevenknight | 2008-03-31 11:56:25 -0700 (Mon, 31 Mar 2008) | 2 lines Windows portability fixes in tests (mostly with absolute path handling). ........ r2724 | stevenknight | 2008-03-31 12:44:37 -0700 (Mon, 31 Mar 2008) | 2 lines Update publication month (way out of date). ........
Diffstat (limited to 'test/Install/option--install-sandbox.py')
-rw-r--r--test/Install/option--install-sandbox.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Install/option--install-sandbox.py b/test/Install/option--install-sandbox.py
index 38a7915..3ec5b3b 100644
--- a/test/Install/option--install-sandbox.py
+++ b/test/Install/option--install-sandbox.py
@@ -43,7 +43,9 @@ _SUBDIR_file3_in = os.path.join('$SUBDIR', 'file3.in')
target_file2_out = os.path.join(target, 'file2.out')
subdir_file3_in = os.path.join('subdir', 'file3.in')
target_subdir_file3_out = os.path.join(target, 'subdir', 'file3.out')
-file1_out = target+os.path.join( target, destdir, 'file1.out' )
+file1_out = target+os.path.join( target,
+ os.path.splitdrive(destdir)[1],
+ 'file1.out' )
#
test.write('SConstruct', r"""