From 910be139a25f64515130cbd12290339be646a5d1 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Tue, 6 Oct 2015 00:55:31 +0000 Subject: [PATCH] Explicitly set BLOCKSIZE to 512 in the environment --- bin/ls/tests/ls_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/ls/tests/ls_tests.sh b/bin/ls/tests/ls_tests.sh index f3c7e69dbdd..244a0631c6f 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