diff options
author | Harald Hoyer <harald@redhat.com> | 2013-04-05 11:07:55 +0200 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2013-04-05 11:07:55 +0200 |
commit | 56fb5c4dbf15e45b2c76f047f8b2b8953cea2e46 (patch) | |
tree | 50abee57d16aae89fcd8917a7a8e54e682edca02 /test/TEST-40-NBD | |
parent | a8986425a4af56a50c8986228e2df04efc5f9edf (diff) | |
download | dracut-56fb5c4dbf15e45b2c76f047f8b2b8953cea2e46.tar.gz dracut-56fb5c4dbf15e45b2c76f047f8b2b8953cea2e46.tar.bz2 dracut-56fb5c4dbf15e45b2c76f047f8b2b8953cea2e46.zip |
TESTSUITE: s/i6300esbwdt/i6300esb ib700wdt/g
Diffstat (limited to 'test/TEST-40-NBD')
-rwxr-xr-x | test/TEST-40-NBD/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEST-40-NBD/test.sh b/test/TEST-40-NBD/test.sh index 88570aff..208b7849 100755 --- a/test/TEST-40-NBD/test.sh +++ b/test/TEST-40-NBD/test.sh @@ -356,7 +356,7 @@ test_setup() { sudo $basedir/dracut.sh -l -i $TESTDIR/overlay / \ -o "plymouth" \ -a "debug watchdog" \ - -d "af_packet piix ide-gd_mod ata_piix ext2 ext3 sd_mod e1000 i6300esbwdt" \ + -d "af_packet piix ide-gd_mod ata_piix ext2 ext3 sd_mod e1000 i6300esb ib700wdt" \ -f $TESTDIR/initramfs.testing $KVERSION || return 1 } |