diff options
| author | Jari Aalto <jari.aalto@cante.net> | 2004-07-27 13:29:18 +0000 |
|---|---|---|
| committer | Jari Aalto <jari.aalto@cante.net> | 2009-09-12 16:46:56 +0000 |
| commit | b80f6443b6b7b620c7272664c66ecb0b120a0998 (patch) | |
| tree | 9f71c98d8fe8fa0f41d95e1eb4227f32a09d43ca /tests/extglob.tests | |
| parent | 7117c2d221b2aed4ede8600f6a36b7c1454b4f55 (diff) | |
| download | android_external_bash-b80f6443b6b7b620c7272664c66ecb0b120a0998.tar.gz android_external_bash-b80f6443b6b7b620c7272664c66ecb0b120a0998.tar.bz2 android_external_bash-b80f6443b6b7b620c7272664c66ecb0b120a0998.zip | |
Imported from ../bash-3.0.tar.gz.
Diffstat (limited to 'tests/extglob.tests')
| -rw-r--r-- | tests/extglob.tests | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/extglob.tests b/tests/extglob.tests index b1295c0..1a123d8 100644 --- a/tests/extglob.tests +++ b/tests/extglob.tests @@ -321,6 +321,12 @@ ab**) echo ok 41;; *) echo bad 41;; esac +# bug in all versions up to and including bash-2.05b +case "123abc" in +*?(a)bc) echo ok 42;; +*) echo bad 42;; +esac + # clean up and do the next one builtin cd / |
