fusefs: remove debugging code that accidentally snuck into r348365

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
asomers 2019-06-04 19:06:24 +00:00
parent 9399f4718e
commit b3047a1c39

View File

@ -55,7 +55,6 @@ public:
virtual void SetUp() {
m_oldmask = umask(c_umask);
printf("m_oldmask=%#o\n", m_oldmask);
if (geteuid() != 0) {
GTEST_SKIP() << "Only root may use most mknod(2) variations";
}