Whamcloud - gitweb
LU-4396 tests: Remove unnecessary skip in sanity test_31n
[fs/lustre-release.git] / lustre / tests / sanity.sh
index 33919d9..e2e2b96 100644 (file)
@@ -2120,7 +2120,6 @@ test_31m() {
 run_test 31m "link to file: the same, non-existing, dir==============="
 
 test_31n() {
-       [ -e /proc/self/fd/173 ] && echo "skipping, fd 173 is in use" && return
        touch $DIR/$tfile || error "cannot create '$DIR/$tfile'"
        nlink=$(stat --format=%h $DIR/$tfile)
        [ ${nlink:--1} -eq 1 ] || error "nlink is $nlink, expected 1"