diff options
| author | Glenn Morris | 2014-07-08 19:04:12 -0700 |
|---|---|---|
| committer | Glenn Morris | 2014-07-08 19:04:12 -0700 |
| commit | 5613a6f6d52bca0018c5777aba67a99f51016a35 (patch) | |
| tree | c070100c79442ae2f9876f82af4eeebadc39249c /test | |
| parent | 27e81f9f4e368176a3b17ceeadd2e0aa5dd9d1ed (diff) | |
| parent | d8899d09b992d733dc1cc6ec93b11cb75ce84f5d (diff) | |
| download | emacs-5613a6f6d52bca0018c5777aba67a99f51016a35.tar.gz emacs-5613a6f6d52bca0018c5777aba67a99f51016a35.zip | |
Merge from emacs-24; up to 2014-06-19T14:03:45Z!monnier@iro.umontreal.ca
Diffstat (limited to 'test')
| -rwxr-xr-x | test/indent/shell.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/indent/shell.sh b/test/indent/shell.sh index 4a30739e2d9..e3619057d6e 100755 --- a/test/indent/shell.sh +++ b/test/indent/shell.sh | |||
| @@ -41,6 +41,12 @@ for foo in bar; do # bug#17721 | |||
| 41 | } | 41 | } |
| 42 | done | 42 | done |
| 43 | 43 | ||
| 44 | for foo in bar; do # bug#17896 | ||
| 45 | [ -e $foo ] && [ -e $bar ] && { | ||
| 46 | echo just fine thanks | ||
| 47 | } | ||
| 48 | done | ||
| 49 | |||
| 44 | filter_3 () # bug#17842 | 50 | filter_3 () # bug#17842 |
| 45 | { | 51 | { |
| 46 | tr -d '"`' | tr ' ' ' ' | \ | 52 | tr -d '"`' | tr ' ' ' ' | \ |