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

Don't return 1 if not ran as super_user, like the other tests.

parent 8c06a54b
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ if {[test_front_end] != 0} {
exit $exit_code
} elseif {[test_super_user] == 0} {
send_user "\nWARNING: This test must be done from a super-user\n"
exit 1
exit 0
}
#
......
......@@ -47,7 +47,7 @@ if {[get_array_config] < [expr $array_size + 1]} {
exit 0
} elseif {[test_super_user] == 0} {
send_user "\nWARNING: This test must be done from a super-user\n"
exit 1
exit 0
}
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