diff --git a/lustre/tests/ltmpfs-sanity.sh b/lustre/tests/ltmpfs-sanity.sh deleted file mode 100755 index a6d921eb06471deddcbf8cb3f9ae9156e0bad93e..0000000000000000000000000000000000000000 --- a/lustre/tests/ltmpfs-sanity.sh +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -# Currently the following tests do not pass: -# 47 - due to unresolvable symbol in UML local libc -# 52a, 52b - due to not implemented ioctl() in tmpfs -# 57a - due to inability to be supplied to tmpfs -# 56 - due to some unknown reason yet. - -NAME=local FSTYPE=tmpfs MDSDEV=tmpfs OSTDEV=tmpfs sh llmount.sh && \ -START=: CLEAN=: EXCEPT="47 52a 52b 56 57a" sh sanity.sh