svn commit: r281516 - in user/ngie/more-tests/tests/sys: . socket sockets

Garrett Cooper ngie at FreeBSD.org
Tue Apr 14 02:38:58 UTC 2015


Author: ngie
Date: Tue Apr 14 02:38:57 2015
New Revision: 281516
URL: https://svnweb.freebsd.org/changeset/base/281516

Log:
  Use socket, not sockets/ (XXX: reminder to add a sanity check for this later...)

Added:
  user/ngie/more-tests/tests/sys/socket/
     - copied from r281510, user/ngie/more-tests/tests/sys/sockets/
Deleted:
  user/ngie/more-tests/tests/sys/sockets/
Modified:
  user/ngie/more-tests/tests/sys/Makefile

Modified: user/ngie/more-tests/tests/sys/Makefile
==============================================================================
--- user/ngie/more-tests/tests/sys/Makefile	Tue Apr 14 02:25:15 2015	(r281515)
+++ user/ngie/more-tests/tests/sys/Makefile	Tue Apr 14 02:38:57 2015	(r281516)
@@ -13,7 +13,7 @@ TESTS_SUBDIRS+=		mmap
 TESTS_SUBDIRS+=		netinet
 TESTS_SUBDIRS+=		opencrypto
 TESTS_SUBDIRS+=		posixshm
-TESTS_SUBDIRS+=		sockets
+TESTS_SUBDIRS+=		socket
 TESTS_SUBDIRS+=		vfs
 
 # Items not integrated into kyua runs by default


More information about the svn-src-user mailing list