summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-08-21 00:40:55 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-08-21 00:40:55 +0200
commitbbd8d14bf2b8e8fec19c5d896e6b8615593e9be8 (patch)
tree78fbd42e1294b475e2e969911ffcf2eff4dfadc8 /tests
parentfb5508b460bc7bb7ce0221aed95f4bd91b86c38a (diff)
downloadlibrpm-tizen-bbd8d14bf2b8e8fec19c5d896e6b8615593e9be8.tar.gz
librpm-tizen-bbd8d14bf2b8e8fec19c5d896e6b8615593e9be8.tar.bz2
librpm-tizen-bbd8d14bf2b8e8fec19c5d896e6b8615593e9be8.zip
Add check for rpmi --version.
Diffstat (limited to 'tests')
-rw-r--r--tests/rpmgeneral.at7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/rpmgeneral.at b/tests/rpmgeneral.at
index f634ad409..0aa42c8c0 100644
--- a/tests/rpmgeneral.at
+++ b/tests/rpmgeneral.at
@@ -37,6 +37,13 @@ AT_CHECK([rpmquery --version],[0],
AT_CLEANUP
+AT_SETUP([rpmi --version])
+AT_CHECK([rpmi --version],[0],
+[RPM version AT_PACKAGE_VERSION
+])
+AT_CLEANUP
+
+
AT_SETUP([rpm --showrc])
AT_CHECK([rpm --rcfile=${RPMRC} --showrc],[0],
[ignore])