pkgsrc/archivers/gtar-base/patches/patch-af
tv 598f2f05f9 Skip autotest 15 (gzip.at), as different platforms output different
strerror messages that will not match the test's expected output.
2005-02-09 16:00:42 +00:00

13 lines
672 B
Text

$NetBSD: patch-af,v 1.3 2005/02/09 16:00:42 tv Exp $
--- tests/testsuite.orig 2004-12-21 08:36:33.000000000 -0500
+++ tests/testsuite
@@ -303,7 +303,7 @@ at_times_file=$at_suite_dir/at-times
# List of the tested programs.
at_tested='tar'
# List of the all the test groups.
-at_groups_all=' 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37'
+at_groups_all=' 1 2 3 4 5 6 7 8 9 10 11 12 13 14 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37'
# As many dots as there are digits in the last test group number.
# Used to normalize the test group numbers so that `ls' lists them in
# numerical order.