mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
cp: tests: fix weird 20 insertion
This slipped in at the last moment. =(
This commit is contained in:
parent
5028ea32d6
commit
5779bba93e
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue