diff options
Diffstat (limited to 'tests/check10.test')
-rwxr-xr-x | tests/check10.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/check10.test b/tests/check10.test index ab9b5298c..7025b9863 100755 --- a/tests/check10.test +++ b/tests/check10.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2008, 2009, 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 @@ -18,8 +18,6 @@ . ./defs || Exit 1 -set -e - cat >> configure.in << 'END' AC_OUTPUT END |