diff options
author | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2009-03-17 21:19:55 (GMT) |
---|---|---|
committer | zhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925> | 2009-03-17 21:19:55 (GMT) |
commit | 61e953e8c39d9a82823cddc9581b5bcd583e49d4 (patch) | |
tree | 5f7fb118789a1128de9734b3adf2c0d0510b9913 /test | |
parent | 9623aed82cf3e0dcd2fb2fb7442a5a9507ac55a5 (diff) | |
download | googletest-61e953e8c39d9a82823cddc9581b5bcd583e49d4.zip googletest-61e953e8c39d9a82823cddc9581b5bcd583e49d4.tar.gz googletest-61e953e8c39d9a82823cddc9581b5bcd583e49d4.tar.bz2 |
Fixes two tests on Cygwin, which has no python 2.4.
Diffstat (limited to 'test')
-rwxr-xr-x | test/gtest_help_test.py | 2 | ||||
-rwxr-xr-x | test/gtest_throw_on_failure_test.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/gtest_help_test.py b/test/gtest_help_test.py index cc5819c..98c8fe7 100755 --- a/test/gtest_help_test.py +++ b/test/gtest_help_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/env python # # Copyright 2009, Google Inc. # All rights reserved. diff --git a/test/gtest_throw_on_failure_test.py b/test/gtest_throw_on_failure_test.py index 091e933..a80d617 100755 --- a/test/gtest_throw_on_failure_test.py +++ b/test/gtest_throw_on_failure_test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/env python # # Copyright 2009, Google Inc. # All rights reserved. |