Skip to content

Commit

Permalink
test: Remove workaround for boo#1230912
Browse files Browse the repository at this point in the history
The bug got fixed in libzypp.
  • Loading branch information
Vogtinator committed Nov 14, 2024
1 parent a4b7e76 commit 102ea1d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ if ! [ -n "${reuseinitrd}" ] || ! [ -e "${tmpdir}/vmlinuz" ] || ! [ -e "${tmpdir
rm -f "${tmpdir}/done"
cat >create-initrd <<'EOF'
#!/bin/bash
# Workaround for https://bugzilla.opensuse.org/show_bug.cgi?id=1230912
# combustion: network
set -euxo pipefail
exec &>/dev/ttyS0
trap '[ $? -eq 0 ] || poweroff -f' EXIT
Expand Down
2 changes: 0 additions & 2 deletions test/testscript
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
#!/bin/bash
# Work around for https://bugzilla.opensuse.org/show_bug.cgi?id=1230912
# combustion: network
set -euxo pipefail
exec &>/dev/ttyS0
# Poweroff immediately on any failure to avoid unnecessary waiting.
Expand Down

0 comments on commit 102ea1d

Please sign in to comment.