From: Jason Ish Date: Fri, 8 Dec 2017 22:37:26 +0000 (-0600) Subject: integration test: fix command line option (typo) X-Git-Tag: 1.0.0b1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b9aed636bd2a8bddc4786d21974383e3bf0295d;p=thirdparty%2Fsuricata-update.git integration test: fix command line option (typo) --- diff --git a/tests/integration_tests.py b/tests/integration_tests.py index 1772fd0..f104e80 100755 --- a/tests/integration_tests.py +++ b/tests/integration_tests.py @@ -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 = [