Whamcloud - gitweb
tests: fix filter.sed to filter out version numbers of the form 1.43
authorTheodore Ts'o <tytso@mit.edu>
Sat, 21 May 2016 01:02:09 +0000 (21:02 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 24 May 2016 17:37:07 +0000 (13:37 -0400)
commitc414e897eff28a3474b9d706c9a4855c95a617e3
tree6f655c02d5150706f15778824f244967b4eb6d92
parent79ac4caa772e86b9f09beb8e0c557c7cb54bb099
tests: fix filter.sed to filter out version numbers of the form 1.43

The regular expression worked for version numbers such as 1.42.12, but
not if there isn't a third component in the version number.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
tests/filter.sed