c34b3ee qemufirmwaretest: Produce better message on error

Authored and Committed by mprivozn 5 years ago
    qemufirmwaretest: Produce better message on error
    
    If qemuFirmwareFetchConfigs() returned more or fewer paths than
    expected all that we see is the following error message:
    
      Expected 5 paths, got 7
    
    While it is technically correct (the best kind of correct), we
    can do better:
    
      Unexpected path (i=0). Expected /some/path got /some/other/path
    
    Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
    Reviewed-by: Andrea Bolognani <abologna@redhat.com>
    
        
file modified
+7 -8