diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2020-09-23 03:02:45 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2020-09-23 03:02:45 +0000 |
| commit | 5779bba93e969aeb64abaf9665144a42f63c4433 (patch) | |
| tree | 4281321d0f1e4a0467b1090b1601da00aaf6500e | |
| parent | 5028ea32d646a2483ac4853aad5d5c935d84e9f4 (diff) | |
Notes
| -rwxr-xr-x | bin/cp/tests/cp_test.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/cp/tests/cp_test.sh b/bin/cp/tests/cp_test.sh index 647a31df512db..753e69f2d619f 100755 --- a/bin/cp/tests/cp_test.sh +++ b/bin/cp/tests/cp_test.sh @@ -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 |
