From 22312a940436e4633d03c1a094ff412d972d0598 Mon Sep 17 00:00:00 2001 From: yunielrc Date: Tue, 26 Sep 2023 11:08:31 -0400 Subject: [PATCH] perf(package): add tests/fixtures/0empty directory --- tests/fixtures/packages/0empty/.gitkeep | 0 tests/usr/lib/ydf/components/package/ydf-package-command.f.bats | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 tests/fixtures/packages/0empty/.gitkeep diff --git a/tests/fixtures/packages/0empty/.gitkeep b/tests/fixtures/packages/0empty/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/tests/usr/lib/ydf/components/package/ydf-package-command.f.bats b/tests/usr/lib/ydf/components/package/ydf-package-command.f.bats index 5373263..a76e002 100644 --- a/tests/usr/lib/ydf/components/package/ydf-package-command.f.bats +++ b/tests/usr/lib/ydf/components/package/ydf-package-command.f.bats @@ -111,7 +111,7 @@ ydf package COMMAND' } # Tests for ydf package install 2preinstall -@test "ydf package install --os _OS_ 2preinstall, Should succeed With no preinstall script" { +@test "ydf package install --os _OS_ 0empty, Should succeed With no preinstall script" { local -r _package_name="0empty" run ydf package install --os "$YDF_PACKAGE_SERVICE_DEFAULT_OS" "$_package_name"