cp: tests: fix weird 20 insertion
This slipped in at the last moment. =(
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user