From: grev Date: Mon, 29 Oct 2007 16:25:24 +0000 (+0000) Subject: b=13774 X-Git-Tag: v1_7_0_51~562 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=70dd0543dacb6b4465cf26cf8d99ecdbc7cb1c05;p=fs%2Flustre-release.git b=13774 i=Adilger test_54e fix --- diff --git a/lustre/tests/sanity.sh b/lustre/tests/sanity.sh index 54a1598..59413c21 100644 --- a/lustre/tests/sanity.sh +++ b/lustre/tests/sanity.sh @@ -2343,7 +2343,7 @@ test_54e() { check_kernel_version 46 || return 0 f="$DIR/f54e" string="aaaaaa" - mknod $f c 4 0 + mknod $f c 5 0 echo $string > $f || error } run_test 54e "console/tty device works in lustre ======================"