summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-03-13 21:31:41 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-03-13 21:31:41 (GMT)
commit6badcc591014dc92e144e5339ffdaf98efe3c56a (patch)
tree302569367b16aa7db1943615dba5fbe80f3b6234
parente3e844c8cf401233ea4cead6b834dc279f3eb44e (diff)
downloadSCons-6badcc591014dc92e144e5339ffdaf98efe3c56a.zip
SCons-6badcc591014dc92e144e5339ffdaf98efe3c56a.tar.gz
SCons-6badcc591014dc92e144e5339ffdaf98efe3c56a.tar.bz2
py2/3 remove code to handle dblite changing sconsigfile name
-rw-r--r--test/Configure/VariantDir-SConscript.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Configure/VariantDir-SConscript.py b/test/Configure/VariantDir-SConscript.py
index ce26452..c82778a 100644
--- a/test/Configure/VariantDir-SConscript.py
+++ b/test/Configure/VariantDir-SConscript.py
@@ -128,7 +128,7 @@ test.checkLogAndStdout( ["Checking for C header file math.h... ",
import shutil
shutil.rmtree(test.workpath(".sconf_temp"))
-test.unlink_sconsignfile(".sconsign.dblite")
+test.unlink(".sconsign.dblite")
# now with SConscriptChdir(1)
test.run(arguments='chdir=yes')