summaryrefslogtreecommitdiffstats
path: root/tests/glob7.sub
blob: 0212b8e5928464b9d482918f02bc77a979cc6b95 (plain)
1
2
3
4
5
6
7
8
9
10
11
# according to Posix 2.13.3, a slash in a bracket expression renders that
# bracket expression invalid
shopt -s nullglob

echo 1: [qwe/qwe]
echo 2: [qwe/
echo 3: [qwe/]

echo 4: [qwe\/qwe]
echo 5: [qwe\/
echo 6: [qwe\/]