From 764949a0b95f7bce8d91a3ce468c108646719846 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Wed, 24 Jul 2024 11:08:34 +0200 Subject: [PATCH] weldr-distro-dot-notation-and-aliases.sh: remove extra slash MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove an extra forward slash in a directory path definition. Signed-off-by: Tomáš Hozza --- test/cases/weldr-distro-dot-notation-and-aliases.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cases/weldr-distro-dot-notation-and-aliases.sh b/test/cases/weldr-distro-dot-notation-and-aliases.sh index 63610942c..fe9dae811 100644 --- a/test/cases/weldr-distro-dot-notation-and-aliases.sh +++ b/test/cases/weldr-distro-dot-notation-and-aliases.sh @@ -61,7 +61,7 @@ REPO_OVERRIDES_DIR=/etc/osbuild-composer/repositories REPO_SHIPPED_DIR="/usr/share/osbuild-composer/repositories" # path for repositories shipped with osbuild-composer tests, intended for # use as part of tests. -REPO_TEST_DIR="/usr/share/tests/osbuild-composer/repositories/" +REPO_TEST_DIR="/usr/share/tests/osbuild-composer/repositories" DISTRO="${ID}-${VERSION_ID}" DISTRO_WITHOUT_DOT="${ID}-${VERSION_ID//./}"