cp: tests: fix weird 20 insertion
This slipped in at the last moment. =(
This commit is contained in:
parent
5028ea32d6
commit
5779bba93e
@ -30,7 +30,8 @@ check_size()
|
|||||||
{
|
{
|
||||||
file=$1
|
file=$1
|
||||||
sz=$2
|
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
|
atf_test_case basic
|
||||||
|
Loading…
Reference in New Issue
Block a user