leave all tests in and have the awk script select which ones are appropriate.

This commit is contained in:
christos 2011-11-06 18:31:30 +00:00
parent 70f088f0e1
commit 102413b584
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#! /usr/bin/atf-sh
# $NetBSD: t_regex_att.in,v 1.1 2011/11/06 17:02:33 christos Exp $
# $NetBSD: t_regex_att.in,v 1.2 2011/11/06 18:31:30 christos Exp $
#
# Copyright (c) 2008 The NetBSD Foundation, Inc.
# All rights reserved.
@ -37,7 +37,7 @@ h_check()
tc:basic:Tests basic functionality
tc:categorization:Tests implementation categorization
tc:nullsubexpr:Tests (...)*
# tc:leftassoc:Tests left-associative implementations
tc:leftassoc:Tests left-associative implementations
tc:rightassoc:Tests right-associative implementations
tc:forcedassoc:Tests subexpression grouping to force association
tc:repetition:Tests implicit vs. explicit repetition