diff options
author | Yi-Yo Chiang <yochiang@google.com> | 2021-05-31 17:40:49 +0800 |
---|---|---|
committer | Yi-Yo Chiang <yochiang@google.com> | 2021-06-02 16:53:27 +0800 |
commit | aedf0fbce80d30a6d2578cb4d074e0b4d0e48af4 (patch) | |
tree | 5e0494bb9d9b4a28c04c4cde9e7a21c26ddb5cb7 /libutils/String8_test.cpp | |
parent | 18a6cc2bac6975ecfd954a33bbca2544d2778683 (diff) |
adb-remount-test: Make awk scripts mawk-v1.3.3-compatible
Our CI is failing because the host machine is using mawk instead of gawk.
mawk v1.3.3 cannot parse regex such as '/[/]/', while mawk v1.3.4 and
gawk can.
Change regex of '[/]' to '\/' so that our test script is as backward
compatible as possible.
Bug: 188862155
Test: Run adb-remount-test.sh on CI
Change-Id: Ia4fbce58a61325a5e5280ede0d5b7760832d8ec1
Merged-In: Ia4fbce58a61325a5e5280ede0d5b7760832d8ec1
(cherry picked from commit ad3a57bdbaa05fd531a05373a07f0435a9d5dc33)
Diffstat (limited to 'libutils/String8_test.cpp')
0 files changed, 0 insertions, 0 deletions