Commit c1fa1ee0 by Alexander Popov

Test an invalid sysctl file

parent 575ae82a
......@@ -130,4 +130,8 @@ cp $SYSCTL_EXAMPLE error_sysctls
echo 'some strange line' >> error_sysctls
coverage run -a --branch bin/kconfig-hardened-check -c test.config -s error_sysctls && exit 1
echo ">>>>> invalid sysctl file <<<<<"
touch empty_file
coverage run -a --branch bin/kconfig-hardened-check -c test.config -s empty_file && exit 1
echo "The end of the functional tests"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment