Skip to content

Commit

Permalink
fix(test): remove stale comments
Browse files Browse the repository at this point in the history
  • Loading branch information
LaszloGombos authored and johannbg committed May 4, 2022
1 parent a7dfdf6 commit b3ab303
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions test/TEST-01-BASIC/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,6 @@ test_setup() {
-d "piix ide-gd_mod ata_piix ext3 sd_mod i6300esb ib700wdt" \
--no-hostonly-cmdline -N \
-f "$TESTDIR"/initramfs.testing "$KVERSION" || return 1

# -o "plymouth network md dmraid multipath fips caps crypt btrfs resume dmsquash-live dm"
}

test_cleanup() {
Expand Down
2 changes: 0 additions & 2 deletions test/TEST-02-SYSTEMD/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,6 @@ test_setup() {
-d "piix ide-gd_mod ata_piix ext3 sd_mod" \
--no-hostonly-cmdline -N \
-f "$TESTDIR"/initramfs.testing "$KVERSION" || return 1

# -o "plymouth network md dmraid multipath fips caps crypt btrfs resume dmsquash-live dm"
}

test_cleanup() {
Expand Down
2 changes: 0 additions & 2 deletions test/TEST-03-USR-MOUNT/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,6 @@ test_setup() {
-f "$TESTDIR"/initramfs.testing "$KVERSION" || return 1

rm -rf -- "$TESTDIR"/overlay

# -o "plymouth network md dmraid multipath fips caps crypt btrfs resume dmsquash-live dm"
}

test_cleanup() {
Expand Down

0 comments on commit b3ab303

Please sign in to comment.