4ea37a9aa3
The assert[_not]_file_has_content functions used grep to check the pattern against the content. This meant that the '.' characters are interpreted as "any char". Yesterday, the date was 20150910 and thus the otheros' tree's version was labelled as such. This date also happens to match the 1.0.10 pattern, and thus caused the test to fail. This patch makes sure this doesn't happen again by escaping all the dots to make them literal. |
||
---|---|---|
.. | ||
compose | ||
manual | ||
dbus-run-session.c | ||
jsonutil.c | ||
libtest.sh | ||
setup-session.sh.in | ||
test-basic.sh | ||
test-compose-no-selinux-tag.sh | ||
test-compose.sh |