diff options
Diffstat (limited to 'tests/dup2.test')
-rwxr-xr-x | tests/dup2.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/dup2.test b/tests/dup2.test index 654d99bcf..a1516fc37 100755 --- a/tests/dup2.test +++ b/tests/dup2.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 1996, 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 1996, 2002, 2003, 2011 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -18,8 +18,6 @@ . ./defs || Exit 1 -set -e - cat >> configure.in << 'END' AM_FUNC_STRTOD END |