diff options
Diffstat (limited to 'tests/bugs/nfs/socket-as-fifo.py')
-rwxr-xr-x | tests/bugs/nfs/socket-as-fifo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/nfs/socket-as-fifo.py b/tests/bugs/nfs/socket-as-fifo.py index 1fce5b96896..da9886ea364 100755 --- a/tests/bugs/nfs/socket-as-fifo.py +++ b/tests/bugs/nfs/socket-as-fifo.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python2 # # Create a unix domain socket and test if it is a socket (and not a fifo/pipe). # |