diff options
Diffstat (limited to 'tests/extra5.test')
-rwxr-xr-x | tests/extra5.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/extra5.test b/tests/extra5.test index ebdda3225..e66198dac 100755 --- a/tests/extra5.test +++ b/tests/extra5.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2001, 2002, 2010 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2010, 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 @@ -19,8 +19,6 @@ . ./defs || Exit 1 -set -e - echo AC_OUTPUT >> configure.in cat > Makefile.am << 'END' |