Skip to content

Commit

Permalink
fix: try thi
Browse files Browse the repository at this point in the history
Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha committed Jul 29, 2024
1 parent 10ce5d1 commit 9b6cd43
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/whiteout.bats
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ EOF
echo "skipping $f"
continue
}
bsdtar -tvf oci/blobs/sha256/$f | grep '.wh.sensors.d' && {
bsdtar -tvf oci/blobs/sha256/$f
run bsdtar -tvf oci/blobs/sha256/$f | grep '.wh.sensors.d'
if [ "$status" -eq 0 ];
echo "should not have a sensors.d whiteout!"
exit 1
}
fi
done
}

Expand Down

0 comments on commit 9b6cd43

Please sign in to comment.