diff options
Diffstat (limited to 'tests/version.at')
-rw-r--r-- | tests/version.at | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/version.at b/tests/version.at index 2ed57e2..bc771de 100644 --- a/tests/version.at +++ b/tests/version.at @@ -1,9 +1,9 @@ # Checking cpio version -*- Autotest -*- -# Copyright (C) 2004, 2007, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 2004 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 -# the Free Software Foundation; either version 3, or (at your option) +# the Free Software Foundation; either version 2, or (at your option) # any later version. # This program is distributed in the hope that it will be useful, @@ -18,7 +18,7 @@ AT_SETUP([cpio version]) -AT_CHECK([cpio --version | sed 1q], +AT_CHECK([cpio --version], [0], [AT_PACKAGE_TARNAME (AT_PACKAGE_NAME) AT_PACKAGE_VERSION ], |