From 35a429c4ca1923b3e87531f34ca64133d4a82efc Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Tue, 2 Jul 2019 22:34:59 +0200 Subject: Add Debian packaging and LGPL license. --- bin/vyos-smoketest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/vyos-smoketest b/bin/vyos-smoketest index b8cc36879..1ae00d5b8 100755 --- a/bin/vyos-smoketest +++ b/bin/vyos-smoketest @@ -5,7 +5,7 @@ import sys test_dir = '/usr/libexec/vyos/tests/smoke' -tests = ['test_load_modules.py'] +tests = ['test_module_load.py'] success = True -- cgit v1.2.3