diff options
Diffstat (limited to 'tests/help2.test')
-rwxr-xr-x | tests/help2.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/help2.test b/tests/help2.test index dafbbf666..f01635982 100755 --- a/tests/help2.test +++ b/tests/help2.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2010 Free Software Foundation, Inc. +# Copyright (C) 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 @@ # contains a broken configure.in and a broken acinclude.m4. . ./defs || Exit 1 -set -e - # Ensure we run in a new, clean directory. mkdir cleandir cd cleandir |