Whamcloud - gitweb
b=13774
[fs/lustre-release.git] / lustre / tests / sanity.sh
index 6ef903c..260c4c4 100644 (file)
@@ -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 ======================"