Skip to content

Commit 85e2a5f

Browse files
committed
[#3953] Do not run fuzzers with sudo. No longer required
1 parent 8247204 commit 85e2a5f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

fuzz/tests/meson.build

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
1-
if not PASSWORDLESS_SUDO_SET_UP
2-
subdir_done()
3-
endif
4-
51
foreach f : FUZZER_EXECUTABLES
62
test(
73
f.name(),
8-
SUDO,
9-
args: [f],
4+
f,
105
is_parallel: false,
116
priority: -1,
12-
suite: 'sudo-tests',
137
)
148
endforeach

0 commit comments

Comments
 (0)