Fix Install test portability by converting an OSError when we prepare a target file...
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 22 Feb 2003 14:18:53 +0000 (14:18 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sat, 22 Feb 2003 14:18:53 +0000 (14:18 +0000)
commitb8885162644445f1e67acb1b70be01da81f969b9
treec096f5d620f2f28b5a78f4344fa979f74f33e394
parentdec3c05c3710f90ba50faf83d4a3e45e017e1167
Fix Install test portability by converting an OSError when we prepare a target file by unlinking it into a BuildError.

git-svn-id: http://scons.tigris.org/svn/scons/trunk@596 fdb21ef1-2011-0410-befe-b5e4ea1792b1
src/CHANGES.txt
src/engine/SCons/Node/FS.py
test/Install.py