aboutsummaryrefslogtreecommitdiff
path: root/tests/version.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/version.at')
-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 @@
1# This file is part of GNU cflow testsuite. -*- Autotest -*- 1# This file is part of GNU cflow testsuite. -*- Autotest -*-
2# Copyright (C) 2005 Sergey Poznyakoff 2# Copyright (C) 2005, 2007 Sergey Poznyakoff
3# 3#
4# This program is free software; you can redistribute it and/or 4# This program is free software; you can redistribute it and/or
5# modify it under the terms of the GNU General Public License as 5# modify it under the terms of the GNU General Public License as
@@ -19,9 +19,9 @@
19AT_SETUP([cflow version]) 19AT_SETUP([cflow version])
20AT_KEYWORDS([version]) 20AT_KEYWORDS([version])
21 21
22AT_CHECK([cflow --version], 22AT_CHECK([cflow --version | sed 1q],
23 [0], 23 [0],
24 [cflow (AT_PACKAGE_NAME) AT_PACKAGE_VERSION 24 [AT_PACKAGE_TARNAME (AT_PACKAGE_NAME) AT_PACKAGE_VERSION
25], 25],
26[], 26[],
27[ 27[

Return to:

Send suggestions and report system problems to the System administrator.