diff options
| author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-07-30 22:01:13 +0000 |
|---|---|---|
| committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-07-30 22:01:13 +0000 |
| commit | f55e7a8694086a36d186a34e07499a12c977bfd7 (patch) | |
| tree | e69f5f716d2cb0fdac9cdb113b951cda4a4233f1 /shells/bash/files/patch-tests_shopt.tests | |
| parent | af7ed27f2b3439535bc63009b9f4e9a9f2d9ec4a (diff) | |
Notes
Diffstat (limited to 'shells/bash/files/patch-tests_shopt.tests')
| -rw-r--r-- | shells/bash/files/patch-tests_shopt.tests | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/shells/bash/files/patch-tests_shopt.tests b/shells/bash/files/patch-tests_shopt.tests deleted file mode 100644 index ad2eac3d811e..000000000000 --- a/shells/bash/files/patch-tests_shopt.tests +++ /dev/null @@ -1,25 +0,0 @@ - -$FreeBSD$ - ---- tests/shopt.tests.orig Tue Sep 21 17:49:32 1999 -+++ tests/shopt.tests Tue Nov 20 23:52:45 2001 -@@ -21,6 +21,7 @@ - shopt -u mailwarn - shopt -u nocaseglob - shopt -u nullglob -+shopt -u failglob - shopt -s promptvars - shopt -u shift_verbose - shopt -s sourcepath -@@ -92,3 +93,11 @@ - builtin printf -- "--\n" - shopt -p xyz1 - shopt -o -p xyz1 -+ -+mkdir tmp -+touch tmp/l1 tmp/l2 tmp/l3 -+builtin echo tmp/l[12] tmp/*4 tmp/*3 -+shopt -s failglob -+builtin echo tmp/l[12] tmp/*4 tmp/*3 -+rm -r tmp -+shopt -u failglob |
