lib/locale.t: Don't skip certain tests
authorKarl Williamson <public@khwilliamson.com>
Mon, 12 Aug 2013 18:47:50 +0000 (12:47 -0600)
committerKarl Williamson <public@khwilliamson.com>
Mon, 12 Aug 2013 19:51:23 +0000 (13:51 -0600)
commit199ef21b79fdf40fc1c99849dade42e3e42c3ffa
tree74361793e57b04cc97f963ef3339e69249da3f26
parent1a6f139a1b20ccf5a6eff697ae025e89dde8d1be
lib/locale.t: Don't skip certain tests

The removed code caused tests to be skipped when the locale doesn't add
any \w characters beyond the C locale.  That meant in practice these
tests were likely skipped only for the C and POSIX locales.  The problem
is that doing this required extra complexity in figuring out how many
tests to skip.  Removing this makes the code easier to understand and
maintain.
lib/locale.t