aboutsummaryrefslogtreecommitdiff
path: root/tests/version.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/version.at')
-rw-r--r--tests/version.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/version.at b/tests/version.at
index 4d71ee1..bbf0144 100644
--- a/tests/version.at
+++ b/tests/version.at
@@ -16,7 +16,7 @@
16 16
17AT_SETUP([GNU pies version]) 17AT_SETUP([GNU pies version])
18 18
19AT_CHECK([pies --version | sed '1{s/ *[\[.*\]]//;q}' ], 19AT_CHECK([pies --version | sed -n '1{s/ *[\[.*\]]//;p;}' ],
20 [0], 20 [0],
21 [pies (AT_PACKAGE_NAME) AT_PACKAGE_VERSION 21 [pies (AT_PACKAGE_NAME) AT_PACKAGE_VERSION
22], 22],

Return to:

Send suggestions and report system problems to the System administrator.