Skip to content

Commit 68194a9

Browse files
committed
Remove shebangs from fuzz harnesses
Prefer executing these files using the OSS-Fuzz or `python` command methods outlined in the `fuzzing/README`. Based on feedback and discussion on: gitpython-developers#1901
1 parent 945a767 commit 68194a9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

fuzzing/fuzz-targets/fuzz_config.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python3
21
# Copyright 2023 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

fuzzing/fuzz-targets/fuzz_tree.py

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#!/usr/bin/python3
21
# Copyright 2023 Google LLC
32
#
43
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)