From 2f74d906c3f588f3fdda6fc19dc6deea046f620a Mon Sep 17 00:00:00 2001 From: Christian Tosta Date: Mon, 2 Jun 2025 18:07:18 -0300 Subject: [PATCH] Update tests --- tests/00-create-container.sh | 0 tests/01-install-requires.sh | 17 ----------------- tests/90-run-container-shell.sh | 0 tests/90-run-sig-installer.sh | 0 tests/99-destroy-container.sh | 0 5 files changed, 17 deletions(-) mode change 100644 => 100755 tests/00-create-container.sh delete mode 100755 tests/01-install-requires.sh mode change 100644 => 100755 tests/90-run-container-shell.sh mode change 100644 => 100755 tests/90-run-sig-installer.sh mode change 100644 => 100755 tests/99-destroy-container.sh diff --git a/tests/00-create-container.sh b/tests/00-create-container.sh old mode 100644 new mode 100755 diff --git a/tests/01-install-requires.sh b/tests/01-install-requires.sh deleted file mode 100755 index 5775c11..0000000 --- a/tests/01-install-requires.sh +++ /dev/null @@ -1,17 +0,0 @@ -#!/bin/bash - -docker compose exec tests sh -c " - apt-get update \ - && apt-get -y install --no-install-suggests \ - curl \ - git-core \ - iproute2 \ - iputils-ping \ - jq \ - libarchive-tools \ - locales \ - python3-yaml \ - ssh \ - sudo \ - tzdata \ -" diff --git a/tests/90-run-container-shell.sh b/tests/90-run-container-shell.sh old mode 100644 new mode 100755 diff --git a/tests/90-run-sig-installer.sh b/tests/90-run-sig-installer.sh old mode 100644 new mode 100755 diff --git a/tests/99-destroy-container.sh b/tests/99-destroy-container.sh old mode 100644 new mode 100755