From 6c679bed82cc656fd3b236f0d73a6f812507d5e3 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sat, 30 May 2020 12:41:30 +0200 Subject: [PATCH] tests: Fix nonexisting variable access in run-test.sh --- tests/run-test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/run-test.sh b/tests/run-test.sh index bccf29a..6c32810 100755 --- a/tests/run-test.sh +++ b/tests/run-test.sh @@ -2,6 +2,8 @@ set -eux . /etc/os-release +test_optional= +test_basic= if ls $(pwd)/cockpit-appstream* 1> /dev/null 2>&1; then test_optional=1