summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2009-12-28 14:28:47 +0100
committerAndreas Gruenbacher <agruen@suse.de>2009-12-28 14:28:47 +0100
commit59ae87bd5b3e33bfff4cc3df34b455dce169865d (patch)
tree031c2db4e8785f7b845da3950753d1d359774f7c /tests
parente2218ace733e2a1ddc8a41dc62dce96cce956a8c (diff)
downloadpatch-59ae87bd5b3e33bfff4cc3df34b455dce169865d.tar.gz
* tests/create-delete: Clean up a syntactic glitch.
Diffstat (limited to 'tests')
-rw-r--r--tests/crlf-handling3
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