From 21d2ddce9925b890c0cd60a71de240d173186c80 Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani Date: Thu, 25 Jul 2024 18:58:42 +0000 Subject: [PATCH] add --- test/whiteout.bats | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 }