Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
rchincha committed Jul 25, 2024
1 parent e06a8b9 commit 21d2ddc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/whiteout.bats
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,9 @@ EOF
echo "skipping $f"
continue
}
#bsdtar -tvf oci/blobs/sha256/$f
bsdtar -tvf oci/blobs/sha256/$f | grep ".wh.sensors.d" && {
bsdtar -tvf oci/blobs/sha256/$f | grep '.wh.sensors.d' && {
echo "should not have a sensors.d whiteout!"
exit 1
exit 1
}
done
}
Expand Down

0 comments on commit 21d2ddc

Please sign in to comment.