summaryrefslogtreecommitdiffstats
path: root/test/Install/InstallAs.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/InstallAs.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/InstallAs.py')
-rw-r--r--test/Install/InstallAs.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Install/InstallAs.py b/test/Install/InstallAs.py
index 0b810f0..8b279f1 100644
--- a/test/Install/InstallAs.py
+++ b/test/Install/InstallAs.py
@@ -37,6 +37,7 @@ test = TestSCons.TestSCons()
test.subdir('install', 'subdir')
install = test.workpath('install')
+install_f1_out = os.path.join('install', 'f1.out')
install_file1_out = test.workpath('install', 'file1.out')
install_file2_out = test.workpath('install', 'file2.out')
install_file3_out = test.workpath('install', 'file3.out')
@@ -66,7 +67,7 @@ install_file1a_out = os.path.join('install', 'f1.out')
subdir_file3_in = os.path.join('subdir', 'file3.in')
expect = test.wrap_stdout("""\
-Install file: "file1.in" as "install/f1.out"
+Install file: "file1.in" as "%(install_f1_out)s"
Install file: "file1.in" as "%(install_file1_out)s"
Install file: "file2.in" as "%(install_file2_out)s"
Install file: "%(subdir_file3_in)s" as "%(install_file3_out)s"