diff options
author | Eduardo Habkost <ehabkost@redhat.com> | 2018-03-12 15:55:03 -0300 |
---|---|---|
committer | Eduardo Habkost <ehabkost@redhat.com> | 2018-03-12 19:10:16 -0300 |
commit | 006cc558359d23f070c84d6db324bbb9b54962d7 (patch) | |
tree | a9df527f53b867e3706a753ac0d7d2c441a07a6a /scripts | |
parent | 7e2b34f26e2c25e94974e37974bc683dce5f8757 (diff) |
device-crash-test: Use 'python' binary
Now the script works with Python 3, so we can use the 'python'
binary provided by the system.
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Message-Id: <20180312185503.5746-4-ehabkost@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/device-crash-test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/device-crash-test b/scripts/device-crash-test index 7443d0f2c5..f04f34924e 100755 --- a/scripts/device-crash-test +++ b/scripts/device-crash-test @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.7 +#!/usr/bin/env python # # Copyright (c) 2017 Red Hat Inc # |