libc/_collate_lookup: Fix segfault seen on ISO-8859-5 locales
[dragonfly.git] / tools / regression / priv / test.h
blob29b75a2f116ed40acb054691e950fb15c411f9c1
1 void test(int (*fn)(), int expected, char *msg, char *msg2);
2 void test_as_root(int (*fn)(), int expected, char *msg);
3 void test_as_jailed_root(int (*fn)(), int expected, char *msg);
4 void test_as_unpriv(int (*fn)(), int expected, char *msg);
5 void test_as_jailed_unpriv(int (*fn)(), int expected, char *msg);