diff options
author | Denys Vlasenko | 2016-10-02 15:17:15 +0200 |
---|---|---|
committer | Denys Vlasenko | 2016-10-02 15:17:15 +0200 |
commit | 8e2c9cc2fcfe23625e1c5845f99dfc93e022fc9b (patch) | |
tree | cc2a99f8b7840b57adcf0998d7e3916a337644dc /shell/ash_test/ash-glob/glob_dir.right | |
parent | 37dc08b874d6a24bd5e4b6aff62577ecc1364275 (diff) | |
download | busybox-8e2c9cc2fcfe23625e1c5845f99dfc93e022fc9b.zip busybox-8e2c9cc2fcfe23625e1c5845f99dfc93e022fc9b.tar.gz |
ash: fix globbing bugs when using glibc glob()
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test/ash-glob/glob_dir.right')
-rw-r--r-- | shell/ash_test/ash-glob/glob_dir.right | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/shell/ash_test/ash-glob/glob_dir.right b/shell/ash_test/ash-glob/glob_dir.right new file mode 100644 index 0000000..aa90514 --- /dev/null +++ b/shell/ash_test/ash-glob/glob_dir.right @@ -0,0 +1,19 @@ +dirtest/z.tmp +dirtest/z.tmp +dirtest/z.tmp +dirtest/z.tmp +dirtest/z.tmp +dirtest/z.tmp +dirtest/z.tmp +dirtest/z.tmp +dirtest/z.tmp + +*/z.tmp +*/z.* +*/?.* +*/z*p +d*r*e*t/z*p +*\/z.tmp +*/z.* +*/z*p +d*r*e*t/z*p |