6690 set_nfsv4_ephemeral_mount_to() tries to read AUTOMOUNT_TIMEOUT from defunct...
[unleashed.git] / usr / src / test / libc-tests / tests / regex / data / nospec.in
blobd95f81d1d7a8489863eb605789181a1d5750f1f7
1 # plain strings, with the NOSPEC flag
2 abc             m       abc     abc
3 abc             m       xabcy   abc
4 abc             m       xyz
5 a*b             m       aba*b   a*b
6 a*b             m       ab
7 ""              mC      BADPAT