generic/001: remove unnecessary backslash
authorMurphy Zhou <jencce.kernel@gmail.com>
Wed, 9 Oct 2019 05:34:34 +0000 (13:34 +0800)
committerEryu Guan <guaneryu@gmail.com>
Sun, 13 Oct 2019 13:01:41 +0000 (21:01 +0800)
commit95a2510bb1f2844adb3615feda50d49a9b903fae
treefa0ccc672c4b272e8b64404aad7904c959c83085
parent17c22e556f8fedfc45511c526ca0d5db6daf76b6
generic/001: remove unnecessary backslash

Awk 5.0.1 is complaining about this backslash and causing false alarm
like this:
    warning: regexp escape sequence '\#' is not a known regexp operator

This fix works fine with Awk 3.1.7 , 4.0.2 , 4.2.1 and 5.0.1. This
backslash is not necessary.

Signed-off-by: Murphy Zhou <jencce.kernel@gmail.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tests/generic/001