mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
This adds a test run to ensure known (but fixed) configuration file parser errors are not crashing CRIU anymore. Based on missing test code coverage this script also tests code paths of the option handling which have not been tested until now. Signed-off-by: Adrian Reber <areber@redhat.com>
16 lines
406 B
Text
16 lines
406 B
Text
#
|
|
#
|
|
#
|
|
verbosity 4
|
|
lsm-profile "" # more comments
|
|
lsm-profile "something"# comment
|
|
lsm-profile "selinux:something\"with\"quotes"
|
|
lsm-profile "apparmor:something\"with\"quotes"
|
|
work-dir /tmp
|
|
work-dir "/tmp"
|
|
work-dir "/dir with spaces"
|
|
work-dir "/dir with spaces" #comment
|
|
work-dir "/dir with spaces" # comment
|
|
work-dir "/dir with spaces"# comment
|
|
work-dir "/dir with spaces"#comment
|
|
dsfa "aaaaa \"bbbbbb\""
|