summaryrefslogtreecommitdiffstats
path: root/tools/regression/fstest/tests/unlink/08.t
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/fstest/tests/unlink/08.t')
-rw-r--r--tools/regression/fstest/tests/unlink/08.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/regression/fstest/tests/unlink/08.t b/tools/regression/fstest/tests/unlink/08.t
index e872a19..ac81bd6 100644
--- a/tools/regression/fstest/tests/unlink/08.t
+++ b/tools/regression/fstest/tests/unlink/08.t
@@ -11,5 +11,6 @@ echo "1..3"
n0=`namegen`
expect 0 mkdir ${n0} 0755
+todo Linux "According to POSIX: EPERM - The file named by path is a directory, and either the calling process does not have appropriate privileges, or the implementation prohibits using unlink() on directories."
expect "0|EPERM" unlink ${n0}
expect "0|ENOENT" rmdir ${n0}
OpenPOWER on IntegriCloud