Re: glob test 1 failing...bad test or bug
authorCharles Bailey <bailey@HMIVAX.HUMGEN.UPENN.EDU>
Tue, 1 Oct 1996 20:37:03 +0000 (16:37 -0400)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Tue, 1 Oct 1996 20:37:03 +0000 (16:37 -0400)
commitadbc4883981bd72668d5f916aaa743a7ff6c8c71
tree811e03ff0a2964c82f8e072bf9e48bfa29157ca8
parent7503907883139811f2402655acdc3b8f953dd834
Re: glob test 1 failing...bad test or bug

Under AIX 4.1.4, with LOCALE set en_GB (British english) glob test one
fails because <op/*> sorts  op/re_* before op/rea*, while
$otherway = `echo op/*`  sorts  op/re_* after op/re[a-z]*.t

This version doesn't rely on the sorting order.
t/op/glob.t