Imported from ../bash-4.0-rc1.tar.gz.

This commit is contained in:
Jari Aalto 2009-01-12 13:36:28 +00:00
commit 3185942a52
666 changed files with 188710 additions and 54674 deletions

View file

@ -496,6 +496,8 @@ one
123456789
9
9
4, A B C D
2, C D
h
h
--blah
@ -515,4 +517,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 568: ABXD: parameter unset