Skip to content
Snippets Groups Projects
Commit 4025c9a1 authored by Danny Auble's avatar Danny Auble
Browse files

Make sure the user is a super user

parent 2b25e664
No related branches found
No related tags found
No related merge requests found
......@@ -45,6 +45,9 @@ print_header $test_id
if {[get_array_config] < [expr $array_size + 1]} {
send_user "\nWARNING: MaxArraySize is to small for this test\n"
exit 0
} elseif {[test_super_user] == 0} {
send_user "\nWARNING: This test must be done from a super-user\n"
exit 1
}
make_bash_script $script "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment