From e0b1d9044728956257e7db5e4fa6bb2b5c003d47 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Thu, 15 Jul 2010 18:56:13 +0200 Subject: [PATCH] Also use hvc0 instead of tty1 in t/hook-inittab.t --- t/hook-inittab.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/hook-inittab.t b/t/hook-inittab.t index bdeaa39..ec047cb 100755 --- a/t/hook-inittab.t +++ b/t/hook-inittab.t @@ -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/ )