svn commit: r300716 - user/pho/stress2/misc

Peter Holm pho at FreeBSD.org
Thu May 26 08:28:12 UTC 2016


Author: pho
Date: Thu May 26 08:28:10 2016
New Revision: 300716
URL: https://svnweb.freebsd.org/changeset/base/300716

Log:
  Note that "SIGABRT" is to be expected. Remove redundant rm(1).
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  user/pho/stress2/misc/pthread6.sh

Modified: user/pho/stress2/misc/pthread6.sh
==============================================================================
--- user/pho/stress2/misc/pthread6.sh	Thu May 26 07:20:33 2016	(r300715)
+++ user/pho/stress2/misc/pthread6.sh	Thu May 26 08:28:10 2016	(r300716)
@@ -38,10 +38,10 @@ cd /tmp
 sed '1,/^EOF/d' < $here/$0 > pthread6.c
 mycc -o pthread6 -Wall -Wextra -O2 -g -gdwarf-2 pthread6.c -lpthread || exit 1
 rm -f pthread6.c /tmp/pthread6.core
-rm -f /tmp/pthread6.core
 
 daemon sh -c "(cd $here/../testcases/swap; ./swap -t 2m -i 20 -k)"
 sleep `jot -r 1 1 9`
+echo "Expect SIGABRT"
 for i in `jot 50`; do
 	/tmp/pthread6
 done


More information about the svn-src-user mailing list