aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2011-08-03 17:37:39 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2011-08-03 17:37:39 +0000
commit7c70a24aa60091e7687821995c45503313d7c1d8 (patch)
tree8413728744434c2492ac90d951a353b4a5ddbc8f /tests
parent918eccff44981882da0a97da8d0845b278fb73ae (diff)
downloadgdbm-7c70a24aa60091e7687821995c45503313d7c1d8.tar.gz
gdbm-7c70a24aa60091e7687821995c45503313d7c1d8.tar.bz2
Use gtver instead of testgdbm.
Diffstat (limited to 'tests')
-rw-r--r--tests/version.at7
1 files changed, 4 insertions, 3 deletions
diff --git a/tests/version.at b/tests/version.at
index 6b73953..f6d6a8a 100644
--- a/tests/version.at
+++ b/tests/version.at
@@ -13,15 +13,16 @@
#
# You should have received a copy of the GNU General Public License
# along with GDBM. If not, see <http://www.gnu.org/licenses/>. */
AT_SETUP([gdbm version])
-AT_CHECK([testgdbm --version | sed 1q],
- [0],
- [testgdbm (AT_PACKAGE_NAME) AT_PACKAGE_VERSION
+AT_CHECK([gtver -lib -full -header -full],
+[0],
+[AT_PACKAGE_VERSION
+AT_PACKAGE_VERSION
],
[],
[cat >$[]XFAILFILE <<'_EOT'
==============================================================
WARNING: Not using the proper version, *all* checks dubious...

Return to:

Send suggestions and report system problems to the System administrator.