Subject: | owner_is returns ok when checking directories agains unexistent users |
Test::File::owner_is('/some/valid/path/to/a/directory','inexistent_user');
will return
Use of uninitialized value in numeric eq (==) at
/usr/local/share/perl/5.8.8/Test/File.pm line 877.
ok 1 - /some/valid/path/to/a/directory belongs to inexistent_user
1..1
inexistent_user means user that is not in /etc/passwd