fusefs: remove debugging code that accidentally snuck into r348365
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
9399f4718e
commit
b3047a1c39
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user