From 06fbe695bd5fe718f590c08e3a21c7ae30feeb41 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 30 Dec 2021 13:36:14 +0000 Subject: [PATCH] comprehensive-test: Actually allow OLD_SECNET_DIR set to '' Signed-off-by: Ian Jackson --- comprehensive-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comprehensive-test b/comprehensive-test index cf01c7b..1d5ee7f 100755 --- a/comprehensive-test +++ b/comprehensive-test @@ -15,7 +15,7 @@ for arg in "$@"; do esac done -case "${OLD_SECNET_DIR:?must be set, perhaps to the empty string}" in +case "${OLD_SECNET_DIR-:?must be set, perhaps to the empty string}" in ''|/*) ;; ../*) -- 2.30.2