1
0
mirror of synced 2026-01-24 11:01:41 +00:00

Also use hvc0 instead of tty1 in t/hook-inittab.t

This commit is contained in:
Axel Beckert 2010-07-15 18:56:13 +02:00
parent baf965da09
commit e0b1d90447

View File

@ -94,7 +94,7 @@ sub testHook
# 1:2345:respawn:/sbin/getty 38400 console
#
ok( $1 eq "1", "We found the first getty line." );
ok( $3 eq "tty1", "Which does uses the correct driver: $3" );
ok( $3 eq 'hvc0', "Which does uses the correct driver: $3" );
}
if ( $line =~ /^(.).*getty/ )