summaryrefslogtreecommitdiff
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
commit74c8f0bfa61561884552b4708a885cefb9917c3a (patch)
tree5f7fb118789a1128de9734b3adf2c0d0510b9913 /test/gtest_throw_on_failure_test.py
parentf61494217ff1ae294447ebc30679f5d07fba96e1 (diff)
downloadgoogletest-74c8f0bfa61561884552b4708a885cefb9917c3a.tar.gz
Fixes two tests on Cygwin, which has no python 2.4.
git-svn-id: http://googletest.googlecode.com/svn/trunk@208 861a406c-534a-0410-8894-cb66d6ee9925
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 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.