Module Name: src
Committed By: cjep
Date: Tue May 25 11:55:42 UTC 2021
Modified Files:
src/tests/usr.bin/patch: t_patch.sh
Log Message:
The long lines test is now expected to pass
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/patch/t_patch.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/usr.bin/patch/t_patch.sh
diff -u src/tests/usr.bin/patch/t_patch.sh:1.2 src/tests/usr.bin/patch/t_patch.sh:1.3
--- src/tests/usr.bin/patch/t_patch.sh:1.2 Sat Feb 20 08:59:24 2021
+++ src/tests/usr.bin/patch/t_patch.sh Tue May 25 11:55:42 2021
@@ -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
}