summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/cp/tests/cp_test.sh3
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