aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-05-18 13:56:34 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-05-18 13:56:34 +0000
commit5b8a539965b55c11fb93bbe2cc145cc792e80e33 (patch)
tree284e0bc4a48bdaaa484fd93f62d796bf1f046d99 /tests
parent44e8bcf8575dc76411b41f685ba3fcf3e2105e60 (diff)
downloadcflow-5b8a539965b55c11fb93bbe2cc145cc792e80e33.tar.gz
cflow-5b8a539965b55c11fb93bbe2cc145cc792e80e33.tar.bz2
Add version-etc module
Diffstat (limited to 'tests')
-rw-r--r--tests/version.at6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/version.at b/tests/version.at
index 4910be5..f75923f 100644
--- a/tests/version.at
+++ b/tests/version.at
@@ -1,5 +1,5 @@
# This file is part of GNU cflow testsuite. -*- Autotest -*-
-# Copyright (C) 2005 Sergey Poznyakoff
+# Copyright (C) 2005, 2007 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
@@ -19,9 +19,9 @@
AT_SETUP([cflow version])
AT_KEYWORDS([version])
-AT_CHECK([cflow --version],
+AT_CHECK([cflow --version | sed 1q],
[0],
- [cflow (AT_PACKAGE_NAME) AT_PACKAGE_VERSION
+ [AT_PACKAGE_TARNAME (AT_PACKAGE_NAME) AT_PACKAGE_VERSION
],
[],
[

Return to:

Send suggestions and report system problems to the System administrator.