diff options
Diffstat (limited to 'tests/cygwin32.test')
-rwxr-xr-x | tests/cygwin32.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/cygwin32.test b/tests/cygwin32.test index ec3f43db3..ed9fcd15c 100755 --- a/tests/cygwin32.test +++ b/tests/cygwin32.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 1997, 1999, 2001, 2002, 2008, 2010 Free Software +# Copyright (C) 1997, 1999, 2001, 2002, 2008, 2010, 2011 Free Software # Foundation, Inc. # # This program is free software; you can redistribute it and/or modify @@ -19,8 +19,6 @@ . ./defs || Exit 1 -set -e - cat >> configure.in << 'END' AC_PROG_CC END |