Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Sep 2013 22:23:56 GMT
From:      mattbw@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r257288 - soc2013/mattbw/tests
Message-ID:  <201309132223.r8DMNuBR092714@socsvn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309132223.r8DMNuBR092714>