Skip to content

Commit 20cb267

Browse files
committed
use /usr/bin/env python3 throughout
Only the python3 executable is guaranteed Signed-off-by: Harmen Stoppels <me@harmenstoppels.nl>
1 parent 2bc7189 commit 20cb267

File tree

62 files changed

+63
-63
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+63
-63
lines changed

src/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
#
44
# Enhanced Seccomp Library Python Module Build Script

tests/01-sim-allow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
#
44
# Seccomp Library test program

tests/02-sim-basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
#
44
# Seccomp Library test program

tests/03-sim-basic_chains.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22

33
#
44
# Seccomp Library test program

tests/04-sim-multilevel_chains.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env/python3
22

33
#
44
# Seccomp Library test program

tests/05-sim-long_jumps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env/python3
22

33
#
44
# Seccomp Library test program

tests/06-sim-actions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env/python3
22

33
#
44
# Seccomp Library test program

tests/07-sim-db_bug_looping.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env/python3
22

33
#
44
# Seccomp Library test program

tests/08-sim-subtree_checks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env/python3
22

33
#
44
# Seccomp Library test program

tests/09-sim-syscall_priority_pre.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env/python3
22

33
#
44
# Seccomp Library test program

0 commit comments

Comments
 (0)