summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/SConsignFile/use-dbhash.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SConsignFile/use-dbhash.py b/test/SConsignFile/use-dbhash.py
index 0e8e40c..2968cd7 100644
--- a/test/SConsignFile/use-dbhash.py
+++ b/test/SConsignFile/use-dbhash.py
@@ -50,7 +50,7 @@ sys.exit(0)
#
test.write('SConstruct', """
-import %(use_dbm
+import %(use_dbm)s
SConsignFile('.sconsign', %(use_dbm)s)
DefaultEnvironment(tools=[])
B = Builder(action = r'%(_python_)s build.py $TARGETS $SOURCES')