summaryrefslogtreecommitdiffstats
path: root/bin/ls
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-10-06 00:55:31 +0000
committerngie <ngie@FreeBSD.org>2015-10-06 00:55:31 +0000
commit5020f9ceef3640a74ae2bb930f31e463597def40 (patch)
tree0b0fb36ee9ba3d04278990d89b1674b4cd6149dd /bin/ls
parentf747be88f590ad2240a13068edc162eb6cecff67 (diff)
downloadFreeBSD-src-5020f9ceef3640a74ae2bb930f31e463597def40.zip
FreeBSD-src-5020f9ceef3640a74ae2bb930f31e463597def40.tar.gz
Explicitly set BLOCKSIZE to 512 in the environment
Diffstat (limited to 'bin/ls')
-rwxr-xr-xbin/ls/tests/ls_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/ls/tests/ls_tests.sh b/bin/ls/tests/ls_tests.sh
index f3c7e69..244a063 100755
--- a/bin/ls/tests/ls_tests.sh
+++ b/bin/ls/tests/ls_tests.sh
@@ -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
OpenPOWER on IntegriCloud