omit the plymouth module in the testsuite
authorHarald Hoyer <harald@redhat.com>
Wed, 1 Jul 2009 17:26:21 +0000 (19:26 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 1 Jul 2009 17:28:51 +0000 (19:28 +0200)
test/TEST-40-NBD/test.sh

index 32a4e93..645c471 100755 (executable)
@@ -308,6 +308,7 @@ test_setup() {
        -f initramfs.server $KVERSION || return 1
 
     sudo $basedir/dracut -l -i overlay / \
+        -o "plymouth" \
        -d "ata_piix ext2 ext3 sd_mod e1000" \
        -f initramfs.testing $KVERSION || return 1
 }