commit | e7d848266a224cc1ed3c74c6746b5c779a5f55ce | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri May 20 21:02:09 2016 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri May 20 21:02:09 2016 -0400 |
tree | ddfc18cac6fd919bfaf97edd000eb5bef965fa1a | |
parent | 6d8f698171c1b50e183cc5ca94008c2037be9271 [diff] |
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>