summaryrefslogtreecommitdiff
path: root/tests/open/20.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/open/20.t')
-rw-r--r--tests/open/20.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/open/20.t b/tests/open/20.t
index de80b6122b7d4..974f8b5c935cd 100644
--- a/tests/open/20.t
+++ b/tests/open/20.t
@@ -1,4 +1,5 @@
#!/bin/sh
+# vim: filetype=sh noexpandtab ts=8 sw=8
# $FreeBSD: head/tools/regression/pjdfstest/tests/open/20.t 211352 2010-08-15 21:24:17Z pjd $
desc="open returns ETXTBSY when the file is a pure procedure (shared text) file that is being executed and the open() system call requests write access"
@@ -7,6 +8,7 @@ dir=`dirname $0`
. ${dir}/../misc.sh
[ "${os}:${fs}" = "FreeBSD:UFS" ] || quick_exit
+noexec && quick_exit
echo "1..4"