Skip to content

Commit

Permalink
tests/kola: drop dead code version check
Browse files Browse the repository at this point in the history
This isn't used anywhere IIUC.
  • Loading branch information
dustymabe committed Jan 28, 2025
1 parent 26e11c3 commit 8fc67b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/kola/rpm-ostree/kernel-replace
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ case "${AUTOPKGTEST_REBOOT_MARK:-}" in
rm "${image_dir}" -rf
td=$(mktemp -d)
cd ${td}
version=$(rpm-ostree --version | grep Version)
cat > Containerfile << EOF
FROM localhost/coreos
RUN rpm-ostree override replace \
Expand Down

0 comments on commit 8fc67b9

Please sign in to comment.