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>
Sat, 21 May 2016 01:02:09 +0000 (21:02 -0400)
commite7d848266a224cc1ed3c74c6746b5c779a5f55ce
treeddfc18cac6fd919bfaf97edd000eb5bef965fa1a
parent6d8f698171c1b50e183cc5ca94008c2037be9271
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