Skip to content
  • Kevin Wolf's avatar
    qemu-iotests: Fixed test case 026 · 8f94b077
    Kevin Wolf authored
    
    
    The reference output for test case 026 hasn't been updated in a long
    time and it's one of the "known failing" cases. This patch updates the
    reference output so that unintentional changes can be reliably detected
    again.
    
    The problem with this test case is that it produces different output
    depending on whether -nocache is used or not. The solution of this patch
    is to actually have two different reference outputs. If nnn.out.nocache
    exists, it is used as the reference output for -nocache; otherwise,
    nnn.out stays valid for both cases.
    
    Signed-off-by: default avatarKevin Wolf <kwolf@redhat.com>
    Signed-off-by: default avatarStefan Hajnoczi <stefanha@redhat.com>
    8f94b077