]> git.ipfire.org Git - thirdparty/suricata-update.git/commitdiff
integration test: fix command line option (typo)
authorJason Ish <ish@unx.ca>
Fri, 8 Dec 2017 22:37:26 +0000 (16:37 -0600)
committerJason Ish <ish@unx.ca>
Fri, 8 Dec 2017 22:37:26 +0000 (16:37 -0600)
tests/integration_tests.py

index 1772fd004c046220812cefbb4a499bcc773e15f9..f104e80870e54cf744f737905ffe6cbb76c206da 100755 (executable)
@@ -30,7 +30,7 @@ if os.path.exists(DATA_DIR):
 common_args = [
     "./bin/suricata-update",
     "-D", DATA_DIR,
-    "-c" "./tests/empty",
+    "-c", "./tests/empty",
 ]
 
 common_update_args = [