From 61e953e8c39d9a82823cddc9581b5bcd583e49d4 Mon Sep 17 00:00:00 2001 From: "zhanyong.wan" Date: Tue, 17 Mar 2009 21:19:55 +0000 Subject: [PATCH] Fixes two tests on Cygwin, which has no python 2.4. --- test/gtest_help_test.py | 2 +- 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 cc5819ce..98c8fe75 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 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.