From: Ian Jackson Date: Thu, 30 Dec 2021 13:36:14 +0000 (+0000) Subject: comprehensive-test: Actually allow OLD_SECNET_DIR set to '' X-Git-Tag: v0.6.2~27 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=06fbe695bd5fe718f590c08e3a21c7ae30feeb41;p=secnet.git comprehensive-test: Actually allow OLD_SECNET_DIR set to '' Signed-off-by: Ian Jackson --- 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 ''|/*) ;; ../*)