socsvn commit: r257288 - soc2013/mattbw/tests

mattbw at FreeBSD.org mattbw at FreeBSD.org
Fri Sep 13 22:23:57 UTC 2013


Author: mattbw
Date: Fri Sep 13 22:23:56 2013
New Revision: 257288
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=257288

Log:
  But strip messages.

Modified:
  soc2013/mattbw/tests/ftest-install-remove-single.sh

Modified: soc2013/mattbw/tests/ftest-install-remove-single.sh
==============================================================================
--- soc2013/mattbw/tests/ftest-install-remove-single.sh	Fri Sep 13 22:22:41 2013	(r257287)
+++ soc2013/mattbw/tests/ftest-install-remove-single.sh	Fri Sep 13 22:23:56 2013	(r257288)
@@ -36,7 +36,7 @@
 fi
 
 # Now check to see if the correct files come up on a file list
-pkcon get-files testpkg > files
+pkcon get-files testpkg | awk -f strip_messages.awk > files
 DIFF=`diff -rupN - files << EOF
 Package files
   /usr/local/testpkgs/testfile


More information about the svn-soc-all mailing list