summaryrefslogtreecommitdiff
path: root/tests/usr.bin/patch/t_patch.sh
diff options
context:
space:
mode:
authorcjep <cjep@NetBSD.org>2021-05-25 11:55:42 +0000
committercjep <cjep@NetBSD.org>2021-05-25 11:55:42 +0000
commit03e9be9d0e1b63f7e7ba3ad6c6977fb563b575af (patch)
tree91e526eb5010395adcc74f7ec6bd6e07a1a249e1 /tests/usr.bin/patch/t_patch.sh
parentf92ddb89f02ea83c98be4462cfad9450c1d2e107 (diff)
The long lines test is now expected to pass
Diffstat (limited to 'tests/usr.bin/patch/t_patch.sh')
-rw-r--r--tests/usr.bin/patch/t_patch.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/usr.bin/patch/t_patch.sh b/tests/usr.bin/patch/t_patch.sh
index efbdf66e9b7..600344b9971 100644
--- a/tests/usr.bin/patch/t_patch.sh
+++ b/tests/usr.bin/patch/t_patch.sh
@@ -1,4 +1,4 @@
-# $NetBSD: t_patch.sh,v 1.2 2021/02/20 08:59:24 nia Exp $
+# $NetBSD: t_patch.sh,v 1.3 2021/05/25 11:55:42 cjep Exp $
#
# Copyright (c) 2020, 2021 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -67,7 +67,6 @@ long_lines_head()
long_lines_body()
{
- atf_expect_fail "PR bin/54620"
patch_lines 10000
}