Fixes two tests on Cygwin, which has no python 2.4.

pull/496/merge
zhanyong.wan 16 years ago
parent 9623aed82c
commit 61e953e8c3
  1. 2
      test/gtest_help_test.py
  2. 2
      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.

@ -1,4 +1,4 @@
#!/usr/bin/python2.4
#!/usr/bin/env python
#
# Copyright 2009, Google Inc.
# All rights reserved.

Loading…
Cancel
Save