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
+2 -1
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