mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
fusefs: minor cleanup in the tests
Delete some unused includes and member variables. MFC after: 2 weeks Sponsored by: ConnectWise
This commit is contained in:
parent
b5c1f7d479
commit
c2153a533f
4 changed files with 0 additions and 6 deletions
|
|
@ -52,9 +52,6 @@ const static char RELPATH[] = "some_file.txt";
|
|||
class NoAllowOther: public FuseTest {
|
||||
|
||||
public:
|
||||
/* Unprivileged user id */
|
||||
int m_uid;
|
||||
|
||||
virtual void SetUp() {
|
||||
if (geteuid() != 0) {
|
||||
GTEST_SKIP() << "This test must be run as root";
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@
|
|||
extern "C" {
|
||||
#include <sys/types.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/sysctl.h>
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <semaphore.h>
|
||||
|
|
|
|||
|
|
@ -31,7 +31,6 @@
|
|||
extern "C" {
|
||||
#include <sys/types.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/sysctl.h>
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
|
||||
extern "C" {
|
||||
#include <sys/types.h>
|
||||
#include <sys/sysctl.h>
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <pthread.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue