diff --git a/test/whiteout.bats b/test/whiteout.bats index 260b5fff..6f816df2 100644 --- a/test/whiteout.bats +++ b/test/whiteout.bats @@ -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 }