diff options
author | Denys Vlasenko | 2016-10-02 15:20:57 +0200 |
---|---|---|
committer | Denys Vlasenko | 2016-10-02 15:20:57 +0200 |
commit | ae4bd34e6bc54cb6b9277f2ec231892517ed1c68 (patch) | |
tree | 1454f75d428fcccc17128e65b575acf2d87421e8 /shell/hush_test/hush-glob/glob_dir.right | |
parent | 8e2c9cc2fcfe23625e1c5845f99dfc93e022fc9b (diff) | |
download | busybox-ae4bd34e6bc54cb6b9277f2ec231892517ed1c68.zip busybox-ae4bd34e6bc54cb6b9277f2ec231892517ed1c68.tar.gz |
hush testsuite: add glob_dir.tests
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-glob/glob_dir.right')
-rw-r--r-- | shell/hush_test/hush-glob/glob_dir.right | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/shell/hush_test/hush-glob/glob_dir.right b/shell/hush_test/hush-glob/glob_dir.right new file mode 100644 index 0000000..aa90514 --- /dev/null +++ b/shell/hush_test/hush-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 |