diff options
author | Andreas Gruenbacher <agruen@suse.de> | 2009-12-28 14:28:47 +0100 |
---|---|---|
committer | Andreas Gruenbacher <agruen@suse.de> | 2009-12-28 14:28:47 +0100 |
commit | 59ae87bd5b3e33bfff4cc3df34b455dce169865d (patch) | |
tree | 031c2db4e8785f7b845da3950753d1d359774f7c /tests | |
parent | e2218ace733e2a1ddc8a41dc62dce96cce956a8c (diff) | |
download | patch-59ae87bd5b3e33bfff4cc3df34b455dce169865d.tar.gz |
* tests/create-delete: Clean up a syntactic glitch.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/crlf-handling | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/crlf-handling b/tests/crlf-handling index 518fb32..addce4d 100644 --- a/tests/crlf-handling +++ b/tests/crlf-handling @@ -13,8 +13,9 @@ use_local_patch use_tmpdir lf2crlf() { - while read l; do echo -e "$l\r"; done \ + while read l; do echo -e "$l\r"; done } + echo 1 > a echo 1b > b |