summaryrefslogtreecommitdiffstats
path: root/test/SHLINK.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/SHLINK.py')
-rw-r--r--test/SHLINK.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/SHLINK.py b/test/SHLINK.py
index 7f1c63d..ff24f0c 100644
--- a/test/SHLINK.py
+++ b/test/SHLINK.py
@@ -30,7 +30,7 @@ import sys
import TestSCons
python = TestSCons.python
-lib_ = TestSCons.lib_
+dll_ = TestSCons.dll_
_shlib = TestSCons._dll
test = TestSCons.TestSCons()
@@ -73,11 +73,11 @@ test()
}
""")
-test.run(arguments = lib_ + 'foo' + _shlib)
+test.run(arguments = dll_ + 'foo' + _shlib)
test.fail_test(os.path.exists(test.workpath('wrapper.out')))
-test.run(arguments = lib_ + 'bar' + _shlib)
+test.run(arguments = dll_ + 'bar' + _shlib)
test.fail_test(test.read('wrapper.out') != "wrapper.py\n")