diff --git a/bin/cp/tests/cp_test.sh b/bin/cp/tests/cp_test.sh index 647a31df512d..753e69f2d619 100755 --- a/bin/cp/tests/cp_test.sh +++ b/bin/cp/tests/cp_test.sh @@ -30,7 +30,8 @@ check_size() { file=$1 sz=$2 -20atf_check -o inline:"$sz\n" stat -f '%z' $file + + atf_check -o inline:"$sz\n" stat -f '%z' $file } atf_test_case basic