svn commit: r315627 - user/pho/stress2/testcases/run
Peter Holm
pho at FreeBSD.org
Mon Mar 20 08:57:26 UTC 2017
Author: pho
Date: Mon Mar 20 08:57:25 2017
New Revision: 315627
URL: https://svnweb.freebsd.org/changeset/base/315627
Log:
Cleanup is handled by tools/cleanup.sh
Sponsored by: Dell EMC Isilon
Modified:
user/pho/stress2/testcases/run/run.c
Modified: user/pho/stress2/testcases/run/run.c
==============================================================================
--- user/pho/stress2/testcases/run/run.c Mon Mar 20 08:56:37 2017 (r315626)
+++ user/pho/stress2/testcases/run/run.c Mon Mar 20 08:57:25 2017 (r315627)
@@ -70,16 +70,6 @@ clean(void)
{
char buf[132];
- /* cleanup after the syscall test */
- snprintf(buf, sizeof(buf),
- "cd %s; find . -type d -mtime -1 -exec chmod 777 {} \\;", op->wd);
- (void)system(buf);
- snprintf(buf, sizeof(buf),
- "cd %s; find . -type f -mtime -1 -exec chmod 666 {} \\;", op->wd);
- (void)system(buf);
- snprintf(buf, sizeof(buf),
- "cd %s; chflags \"nouappnd nouchg nouunlnk\" .", op->wd);
- (void)system(buf);
snprintf(buf, sizeof(buf),
"cd %s; rm -rf syscall.[0-9]* fifo.[0-9]* creat.[0-9]* "
"p[0-9]*.d1 df lock", op->cd);
More information about the svn-src-user
mailing list