cp: tests: fix weird 20 insertion

This slipped in at the last moment. =(
This commit is contained in:
Kyle Evans 2020-09-23 03:02:45 +00:00
parent 5028ea32d6
commit 5779bba93e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=366060

View File

@ -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