svn commit: r288933 - head/lib/libxo/tests

Garrett Cooper ngie at FreeBSD.org
Tue Oct 6 17:18:16 UTC 2015


Author: ngie
Date: Tue Oct  6 17:18:15 2015
New Revision: 288933
URL: https://svnweb.freebsd.org/changeset/base/288933

Log:
  Remove a comment from an earlier iteration of trying to figure out how the
  test encoder testcases worked

Modified:
  head/lib/libxo/tests/Makefile

Modified: head/lib/libxo/tests/Makefile
==============================================================================
--- head/lib/libxo/tests/Makefile	Tue Oct  6 17:15:07 2015	(r288932)
+++ head/lib/libxo/tests/Makefile	Tue Oct  6 17:18:15 2015	(r288933)
@@ -228,9 +228,6 @@ FILES+= test_11.X.out
 FILES+= test_11.XP.err
 FILES+= test_11.XP.out
 
-# XXX: the `E` format testcases don't appear to match the expected format.
-#FILES:=	${FILES:N*.E.*}
-
 PROGS+= test_01
 PROGS+= test_02
 PROGS+= test_03


More information about the svn-src-head mailing list