summaryrefslogtreecommitdiff
path: root/test/SConsignFile
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-03-19 17:20:36 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2017-03-19 17:20:36 -0700
commit450cbeec2cbbe0d04178410a96459b82178587c9 (patch)
treed505a03f17c1c235208ed81e25aa1a6f40a96f5e /test/SConsignFile
parent4437fe0036e46e1d46a19e2553ce8eea9f0b358d (diff)
downloadscons-450cbeec2cbbe0d04178410a96459b82178587c9.tar.gz
check for correct gdbm module to decide to skip or not py2/3
Diffstat (limited to 'test/SConsignFile')
-rw-r--r--test/SConsignFile/use-gdbm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SConsignFile/use-gdbm.py b/test/SConsignFile/use-gdbm.py
index a7e4f59e..1eb36452 100644
--- a/test/SConsignFile/use-gdbm.py
+++ b/test/SConsignFile/use-gdbm.py
@@ -35,7 +35,7 @@ _python_ = TestSCons._python_
test = TestSCons.TestSCons()
try:
- import dbm.gnu
+ import gdbm
except ImportError:
test.skip_test('No gdbm in this version of Python; skipping test.\n')