svn commit: r289901 - head/usr.sbin/makefs/tests

Garrett Cooper ngie at FreeBSD.org
Sat Oct 24 23:19:26 UTC 2015


Author: ngie
Date: Sat Oct 24 23:19:24 2015
New Revision: 289901
URL: https://svnweb.freebsd.org/changeset/base/289901

Log:
  Remove an ls -l I was using for debugging
  
  MFC after: 2 weeks
  X-MFC with: r289897
  Sponsored by: EMC / Isilon Storage Division

Modified:
  head/usr.sbin/makefs/tests/makefs_tests_common.sh

Modified: head/usr.sbin/makefs/tests/makefs_tests_common.sh
==============================================================================
--- head/usr.sbin/makefs/tests/makefs_tests_common.sh	Sat Oct 24 23:18:05 2015	(r289900)
+++ head/usr.sbin/makefs/tests/makefs_tests_common.sh	Sat Oct 24 23:19:24 2015	(r289901)
@@ -137,7 +137,6 @@ create_test_inputs()
 
 mount_image()
 {
-	ls -l $TEST_IMAGE
 	atf_check -e empty -o save:$TEST_MD_DEVICE_FILE -s exit:0 \
 	    mdconfig -a -f $TEST_IMAGE
 	atf_check -e empty -o empty -s exit:0 \


More information about the svn-src-all mailing list