Skip to content

Commit

Permalink
tests: stop testing for empty file in test_install_one_version()
Browse files Browse the repository at this point in the history
The empty file is only a nice to have for shell completion.

Signed-off-by: Marc Herbert <marc.herbert@intel.com>
  • Loading branch information
marc-hb authored and lgirdwood committed Oct 4, 2023
1 parent d4f21ef commit 8556898
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/tests.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit 8556898

Please sign in to comment.