]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fix(test): remove stale comments
authorLaszlo Gombos <laszlo.gombos@gmail.com>
Wed, 4 May 2022 11:54:46 +0000 (11:54 +0000)
committerJóhann B. Guðmundsson <johannbg@gmail.com>
Wed, 4 May 2022 21:36:04 +0000 (21:36 +0000)
test/TEST-01-BASIC/test.sh
test/TEST-02-SYSTEMD/test.sh
test/TEST-03-USR-MOUNT/test.sh

index 012f2e5a1f0c3ae9857420f541469f7a469ecf6a..446aaf16403dbc5350a68c53cdca5c03e0367c39 100755 (executable)
@@ -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() {
index 8b6b59302bf9ba414ba9e57f4962f58e234cf549..f47c45e9693a44963a81306ea4f1b72989a66dbd 100755 (executable)
@@ -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() {
index 3bb7fab79974ee6974d31843ba2398ddea4677a9..5cb61bce3d84c457b95259e0c7d988e21f7f627a 100755 (executable)
@@ -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() {