aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest_throw_on_failure_test.py
diff options
context:
space:
mode:
authorzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-03-17 21:19:55 +0000
committerzhanyong.wan <zhanyong.wan@861a406c-534a-0410-8894-cb66d6ee9925>2009-03-17 21:19:55 +0000
commit61e953e8c39d9a82823cddc9581b5bcd583e49d4 (patch)
tree5f7fb118789a1128de9734b3adf2c0d0510b9913 /test/gtest_throw_on_failure_test.py
parent9623aed82cf3e0dcd2fb2fb7442a5a9507ac55a5 (diff)
downloadgoogletest-61e953e8c39d9a82823cddc9581b5bcd583e49d4.tar.gz
googletest-61e953e8c39d9a82823cddc9581b5bcd583e49d4.tar.bz2
googletest-61e953e8c39d9a82823cddc9581b5bcd583e49d4.zip
Fixes two tests on Cygwin, which has no python 2.4.
Diffstat (limited to 'test/gtest_throw_on_failure_test.py')
-rwxr-xr-xtest/gtest_throw_on_failure_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest_throw_on_failure_test.py b/test/gtest_throw_on_failure_test.py
index 091e9334..a80d6172 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.