Whamcloud - gitweb
b=13774
authorgrev <grev>
Mon, 29 Oct 2007 16:25:24 +0000 (16:25 +0000)
committergrev <grev>
Mon, 29 Oct 2007 16:25:24 +0000 (16:25 +0000)
i=Adilger

test_54e fix

lustre/tests/sanity.sh

index 54a1598..59413c2 100644 (file)
@@ -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 ======================"