Merge pull request #344 from mkrajnak/py3-tests-fix

Use python3 instead of python
This commit is contained in:
Simon McVittie
2021-06-10 19:31:21 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
import os, select, subprocess, sys, json

View File

@@ -235,7 +235,7 @@ fi
# Test --die-with-parent
cat >lockf-n.py <<EOF
#!/usr/bin/env python
#!/usr/bin/env python3
import struct,fcntl,sys
path = sys.argv[1]
if sys.argv[2] == 'wait':