diff options
Diffstat (limited to 'tests/output9.test')
-rwxr-xr-x | tests/output9.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/output9.test b/tests/output9.test index d4cf15a0c..98572bede 100755 --- a/tests/output9.test +++ b/tests/output9.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2003 Free Software Foundation, Inc. +# Copyright (C) 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 AC_CONFIG_FILES([a/mid.in:a/input.in.in]) AC_CONFIG_FILES([b/out:a/mid.in]) |