Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Oct 2015 23:19:25 +0000 (UTC)
From:      Garrett Cooper <ngie@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289901 - head/usr.sbin/makefs/tests
Message-ID:  <201510242319.t9ONJPbR003305@repo.freebsd.org>

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



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