From df6e097c6bae13b547a4c639f558ad1e397f2843 Mon Sep 17 00:00:00 2001 From: Marc Herbert Date: Fri, 29 Sep 2023 23:53:45 -0700 Subject: [PATCH] tests: stop testing for empty file in test_install_one_version() The empty file is only a nice to have for shell completion. Signed-off-by: Marc Herbert --- tests/tests.bats | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/tests.bats b/tests/tests.bats index aad5b60..df4abc4 100644 --- a/tests/tests.bats +++ b/tests/tests.bats @@ -103,12 +103,6 @@ test_install_one_version() local todir; todir="to installed" - # Empty file for shell completion convenience - test -e "$fromdir/$ver" || { - printf 'Missing empty file: %s\n' "$fromdir/$ver" - exit 1 - } - mkdir "$todir" "$todir"/tools pwd printf "'%s/install.sh' '%s' (todir='%s')\n" \