diff --git a/src/wormhole/test/test_scripts.py b/src/wormhole/test/test_scripts.py index fab80c6..3f088e8 100644 --- a/src/wormhole/test/test_scripts.py +++ b/src/wormhole/test/test_scripts.py @@ -18,7 +18,7 @@ class Scripts(ServerBase, unittest.TestCase): log.msg("locations: %s" % (locations,)) log.msg("here: %s" % (here,)) raise unittest.SkipTest("found the wrong 'wormhole' in $PATH: %s %s" - % (wormhole, locations)) + % (wormhole, here)) return wormhole def test_version(self):