diff options
Diffstat (limited to 'tests/nogzip2.test')
-rwxr-xr-x | tests/nogzip2.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/nogzip2.test b/tests/nogzip2.test index f6e01ab2c..1f8ed8f00 100755 --- a/tests/nogzip2.test +++ b/tests/nogzip2.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_INIT([nogzip], [1.0]) AM_INIT_AUTOMAKE([no-dist-gzip]) |