Commit ed484240 authored by Vitaly Lipatov's avatar Vitaly Lipatov

test_glob: add test for [ab]

parent b28fa2bd
......@@ -35,6 +35,7 @@ test_glob "test?.tx"
#test_glob "test.*"
test_glob "test*.txt"
test_glob "*1.txt"
test_glob "test[1A].txt"
rm -rf "$L"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment