From 00fd243810954b1ea7c108482513a7e92f2e8000 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Thu, 15 May 2014 18:16:42 +0200 Subject: fix up error messages --- test/test_examples.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/test_examples.py') diff --git a/test/test_examples.py b/test/test_examples.py index 014b1d68..fa57b7eb 100644 --- a/test/test_examples.py +++ b/test/test_examples.py @@ -3,8 +3,8 @@ import glob from libmproxy.proxy import config import tservers -example_dir = utils.Data("libmproxy").path("../examples/") -scripts = glob.glob("%s*.py" % example_dir) +example_dir = utils.Data("libmproxy").path("../examples") +scripts = glob.glob("%s/*.py" % example_dir) tmaster = tservers.TestMaster(config.ProxyConfig()) -- cgit v1.2.3