Index: trunk/test/testrun_1c.sh
===================================================================
--- trunk/test/testrun_1c.sh	(revision 100)
+++ trunk/test/testrun_1c.sh	(revision 115)
@@ -173,4 +173,8 @@
 chk_suiddata_5 () {
     one_sec_sleep
+    if [ ! -f "${BASE}/a/a/x" ]; then
+	[ -z "$verbose" ] || log_msg_fail "${BASE}/a/a/x (erroneously deleted)";
+	return 1
+    fi
     if [ -f "${BASE}/a/a/y" ]; then
 	[ -z "$verbose" ] || log_msg_fail "${BASE}/a/a/y (not deleted)";
@@ -310,4 +314,7 @@
     test -f "${RCFILE}" || touch "${RCFILE}"
     eval echo '"$'"SUIDPOLICY_$1"'"' >>"${RCFILE}"
+    if [ "x$1" = "x5" ]; then
+	chmod 4755 "${BASE}/a/a/x"
+    fi
 }
 
