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 \
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to