diff options
Diffstat (limited to 'tests/bugs')
| -rwxr-xr-x | tests/bugs/distribute/overlap.py | 2 | ||||
| -rwxr-xr-x | tests/bugs/nfs/socket-as-fifo.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/bugs/distribute/overlap.py b/tests/bugs/distribute/overlap.py index 726389a78d6..5416991b7a3 100755 --- a/tests/bugs/distribute/overlap.py +++ b/tests/bugs/distribute/overlap.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python3 from __future__ import print_function import sys diff --git a/tests/bugs/nfs/socket-as-fifo.py b/tests/bugs/nfs/socket-as-fifo.py index 796b8ef671b..2c8ef26a804 100755 --- a/tests/bugs/nfs/socket-as-fifo.py +++ b/tests/bugs/nfs/socket-as-fifo.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python3 # # Create a unix domain socket and test if it is a socket (and not a fifo/pipe). # |
