svn commit: r288906 - head/bin/ls/tests

Garrett Cooper ngie at FreeBSD.org
Tue Oct 6 00:55:32 UTC 2015


Author: ngie
Date: Tue Oct  6 00:55:31 2015
New Revision: 288906
URL: https://svnweb.freebsd.org/changeset/base/288906

Log:
  Explicitly set BLOCKSIZE to 512 in the environment

Modified:
  head/bin/ls/tests/ls_tests.sh

Modified: head/bin/ls/tests/ls_tests.sh
==============================================================================
--- head/bin/ls/tests/ls_tests.sh	Tue Oct  6 00:23:50 2015	(r288905)
+++ head/bin/ls/tests/ls_tests.sh	Tue Oct  6 00:55:31 2015	(r288906)
@@ -928,6 +928,7 @@ atf_test_case 1_flag
 
 atf_init_test_cases()
 {
+	export BLOCKSIZE=512
 
 	atf_add_test_case A_flag
 	atf_add_test_case A_flag_implied_when_root


More information about the svn-src-head mailing list