diff options
author | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-21 00:40:08 +0200 |
---|---|---|
committer | Ralf Corsépius <corsepiu@fedoraproject.org> | 2007-08-21 00:40:08 +0200 |
commit | fb5508b460bc7bb7ce0221aed95f4bd91b86c38a (patch) | |
tree | 0973e78f1dc611fcd85581461d567fe6206ebe1e /tests | |
parent | c3f7c061e125a404663f620a5646be9d03425bc6 (diff) | |
download | rpm-fb5508b460bc7bb7ce0221aed95f4bd91b86c38a.tar.gz rpm-fb5508b460bc7bb7ce0221aed95f4bd91b86c38a.tar.bz2 rpm-fb5508b460bc7bb7ce0221aed95f4bd91b86c38a.zip |
Fix typo in rpmquery --version check.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rpmgeneral.at | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rpmgeneral.at b/tests/rpmgeneral.at index 5e14c22ec..f634ad409 100644 --- a/tests/rpmgeneral.at +++ b/tests/rpmgeneral.at @@ -31,7 +31,7 @@ AT_CLEANUP AT_SETUP([rpmquery --version]) -AT_CHECK([rpm --version],[0], +AT_CHECK([rpmquery --version],[0], [RPM version AT_PACKAGE_VERSION ]) AT_CLEANUP |