diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-11 14:49:26 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-10-11 15:19:40 -0700 |
commit | 011c1d1c0766c65517ebd495465c99e86edb63ec (patch) | |
tree | 30d8f6a13235af90897c3223554871ef52225462 /tests/new-exp.right | |
parent | 40cfaccf7b178b6239b5cd0013ef80b7ff8e503e (diff) | |
download | vyatta-bash-011c1d1c0766c65517ebd495465c99e86edb63ec.tar.gz vyatta-bash-011c1d1c0766c65517ebd495465c99e86edb63ec.zip |
Update to bash-4.1
Diffstat (limited to 'tests/new-exp.right')
-rw-r--r-- | tests/new-exp.right | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/tests/new-exp.right b/tests/new-exp.right index f2dfbc1..c86c546 100644 --- a/tests/new-exp.right +++ b/tests/new-exp.right @@ -430,7 +430,7 @@ Case05---3---A:B:C--- Case06---1---A B C::--- Case07---3---A:B:C--- Case08---3---A:B:C--- -./new-exp.tests: line 506: /${$(($#-1))}: bad substitution +./new-exp.tests: line 506: ${$(($#-1))}: bad substitution argv[1] = <a> argv[2] = <b> argv[3] = <c> @@ -496,12 +496,16 @@ one 123456789 9 9 +4, A B C D +2, C D h h --blah --blah lah lah +abcde abcfg abchi +foode foofg foohi argv[1] = <> argv[1] = <+> argv[1] = <+^?> @@ -515,4 +519,24 @@ argv[1] = <> argv[1] = <> argv[1] = <> argv[1] = <12> -./new-exp.tests: line 560: ABXD: parameter unset +argv[1] = <> +argv[1] = <> +argv[1] = </tmp/test/TEST> +foo is a function +foo () +{ + echo < <(cat x1) +} +foo () +{ + echo < <(cat x1) +} +bar () { echo < <(cat x1) } +bar is a function +bar () +{ + echo < <(cat x1) +} +argv[1] = </> +argv[1] = </> +./new-exp.tests: line 576: ABXD: parameter unset |