From 346cc349f2448bdc33209d1dae754ff225820a1c Mon Sep 17 00:00:00 2001 From: grev Date: Mon, 17 Dec 2007 10:18:02 +0000 Subject: [PATCH 1/1] b=13774 i=Adilger use file with major,minor from /dev/console --- lustre/tests/sanity.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 6ef903c..260c4c4 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -2347,7 +2347,7 @@ test_54e() { check_kernel_version 46 || return 0 f="$DIR/f54e" string="aaaaaa" - mknod $f c 5 0 + cp -aL /dev/console $f echo $string > $f || error } run_test 54e "console/tty device works in lustre ======================" -- 1.8.3.1