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"