From a5ce0c9a0451004d216048423553be0681919ad1 Mon Sep 17 00:00:00 2001 From: Bernardo Damele Date: Sat, 26 Jan 2013 16:23:39 +0000 Subject: [PATCH] leftover --- extra/shutils/regressiontest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/shutils/regressiontest.py b/extra/shutils/regressiontest.py index bb9fdc2a7..a6876c7c4 100644 --- a/extra/shutils/regressiontest.py +++ b/extra/shutils/regressiontest.py @@ -66,7 +66,7 @@ def main(): test_counts = [] attachments = {} - command_line = "python /opt/sqlmap/sqlmap.py --live-test" % SQLMAP_HOME + command_line = "python /opt/sqlmap/sqlmap.py --live-test" proc = subprocess.Popen(command_line, shell=True, stdout=subprocess.PIPE, stderr=subprocess.PIPE) proc.wait()