diff options
Diffstat (limited to 'tests/libexec.test')
-rwxr-xr-x | tests/libexec.test | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/libexec.test b/tests/libexec.test index a6561b782..a305f78ec 100755 --- a/tests/libexec.test +++ b/tests/libexec.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2006 Free Software Foundation, Inc. +# Copyright (C) 2006, 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 > Makefile.am << 'END' libexec_PROGRAMS = foo pkglibexec_PROGRAMS = bar |