maildir: improve unit tests

And get some more info from run_command.
This commit is contained in:
Dirk-Jan C. Binnema
2023-09-24 21:33:18 +03:00
parent 4a0eba8ddf
commit ee18c02762
2 changed files with 7 additions and 1 deletions

View File

@ -98,6 +98,8 @@ test_maildir_mkdir_03()
static void
test_maildir_mkdir_04()
{
allow_warnings();
if (geteuid() == 0) {
g_test_skip("not useful when run as root");
return;