Use rpmquery instead of rpm for --querytags check to avoid popt aliasing issues
This commit is contained in:
parent
2607d282e7
commit
b46e405e40
|
@ -58,8 +58,8 @@ AT_CLEANUP
|
|||
# ------------------------------
|
||||
# Check rpm --querytags
|
||||
# * Some versions of rpm append extraneous whitespaces
|
||||
AT_SETUP([rpm --querytags])
|
||||
AT_CHECK([rpm --querytags],[0],
|
||||
AT_SETUP([rpmquery --querytags])
|
||||
AT_CHECK([rpmquery --querytags],[0],
|
||||
[ARCH
|
||||
ARCHIVESIZE
|
||||
BASENAMES
|
||||
|
|
Loading…
Reference in New Issue