From 690fd779cada2abcaffe846258324c95b8142226 Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Mon, 6 Jul 2026 09:28:17 -0400 Subject: [PATCH] fix busybox test assertion Signed-off-by: Alex Goodman --- syft/pkg/cataloger/binary/classifier_cataloger_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/syft/pkg/cataloger/binary/classifier_cataloger_test.go b/syft/pkg/cataloger/binary/classifier_cataloger_test.go index ab5af2703..0c4027c91 100644 --- a/syft/pkg/cataloger/binary/classifier_cataloger_test.go +++ b/syft/pkg/cataloger/binary/classifier_cataloger_test.go @@ -2981,8 +2981,8 @@ func Test_Cataloger_DefaultClassifiers_PositiveCases_Image(t *testing.T) { Name: "busybox", Version: "1.35.0", PURL: "pkg:generic/busybox@1.35.0", - Locations: locations("/bin/["), - Metadata: metadata("busybox-binary", "/bin/[", "/bin/busybox"), + Locations: locations("/bin/busybox"), + Metadata: metadata("busybox-binary", "/bin/busybox"), }, }, }