blob: 075e7857010e1267fc24c0a17f4c927039c64f51 [file] [log] [blame]
Denis Vlasenko03eb8bf2007-05-14 16:19:34 +00001if test $# = 0; then
2 exec "$THIS_SH" quote3.tests abc "d e"
3fi
4
5echo 'Testing: in $empty""'
6empty=''
7for a in $empty""; do echo ".$a."; done
Denis Vlasenko03eb8bf2007-05-14 16:19:34 +00008echo Finished