From 43360e51781942730f91bb19821e3f8f1087e4fa Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 10 Jun 2008 20:13:40 +0000 Subject: hush: fix escaping of \[*?; add testsuites for these and for globbing --- shell/hush_test/hush-glob/glob1.right | 2 ++ shell/hush_test/hush-glob/glob1.tests | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 shell/hush_test/hush-glob/glob1.right create mode 100755 shell/hush_test/hush-glob/glob1.tests (limited to 'shell/hush_test/hush-glob') diff --git a/shell/hush_test/hush-glob/glob1.right b/shell/hush_test/hush-glob/glob1.right new file mode 100644 index 000000000..f29ab4e65 --- /dev/null +++ b/shell/hush_test/hush-glob/glob1.right @@ -0,0 +1,2 @@ +glob1.tests +glob1.tests diff --git a/shell/hush_test/hush-glob/glob1.tests b/shell/hush_test/hush-glob/glob1.tests new file mode 100755 index 000000000..f980ce064 --- /dev/null +++ b/shell/hush_test/hush-glob/glob1.tests @@ -0,0 +1,2 @@ +echo *glob1?t[e]sts* +echo "glob1"?'t'[e]s* -- cgit v1.2.3