Skip to content

Commit abfaa12

Browse files
committed
Work on check-netbsd: date-tz no longer fails.
1 parent 0e33d9a commit abfaa12

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

patches/expected-failures.patch

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,14 @@ diff --git a/tests/local.mk b/tests/local.mk
1414
index 12e30b449..7504b3a14 100644
1515
--- a/tests/local.mk
1616
+++ b/tests/local.mk
17-
@@ -751,6 +751,21 @@ all_tests = \
17+
@@ -751,6 +751,20 @@ all_tests = \
1818
tests/touch/trailing-slash.sh \
1919
$(all_root_tests)
2020

2121
+XFAIL_TESTS =
2222
+if OS_IS_NETBSD
2323
+XFAIL_TESTS += \
2424
+ tests/rm/interactive-once.sh \
25-
+ tests/date/date-tz.sh \
2625
+ tests/shuf/shuf.sh \
2726
+ tests/misc/sync.sh \
2827
+ tests/tail/wait.sh \

0 commit comments

Comments
 (0)