diff options
author | Denys Vlasenko | 2015-09-04 03:27:08 +0200 |
---|---|---|
committer | Denys Vlasenko | 2015-09-04 03:27:08 +0200 |
commit | 66a781acb9c3a78f3063d1e691a1b18a5f9f68ab (patch) | |
tree | 073d09fba413f09923e0ef3e59c4f762771f8842 /shell/ash_test/ash-glob/glob1.tests | |
parent | 68acc0f835360d439c65d349812b817b1ce5dc61 (diff) | |
download | busybox-66a781acb9c3a78f3063d1e691a1b18a5f9f68ab.zip busybox-66a781acb9c3a78f3063d1e691a1b18a5f9f68ab.tar.gz |
ash: add tests adapted from hush glob tests. glob2.tests currently fails
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test/ash-glob/glob1.tests')
-rwxr-xr-x | shell/ash_test/ash-glob/glob1.tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ash_test/ash-glob/glob1.tests b/shell/ash_test/ash-glob/glob1.tests new file mode 100755 index 0000000..f980ce0 --- /dev/null +++ b/shell/ash_test/ash-glob/glob1.tests @@ -0,0 +1,2 @@ +echo *glob1?t[e]sts* +echo "glob1"?'t'[e]s* |