From 5779bba93e969aeb64abaf9665144a42f63c4433 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Wed, 23 Sep 2020 03:02:45 +0000 Subject: [PATCH] cp: tests: fix weird 20 insertion This slipped in at the last moment. =( --- bin/cp/tests/cp_test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/cp/tests/cp_test.sh b/bin/cp/tests/cp_test.sh index 647a31df512..753e69f2d61 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 -- 2.45.0