1
0
mirror of synced 2026-03-06 10:43:34 +00:00

Merge Stéphane's and my commit which both changed tty1 to hvc0 in t/hook-inittab.t

This commit is contained in:
Axel Beckert
2010-07-15 19:02:17 +02:00

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 'hvc0', "Which does uses the correct driver: $3" );
ok( $3 eq "hvc0", "Which does uses the correct driver: $3" );
}
if ( $line =~ /^(.).*getty/ )