Code

apply: handle traditional patches with space in filename
[git.git] / t / t4135-apply-weird-filenames.sh
index 9373f644a8654e02f62f56a2ebe3f74bceb714af..1e5aad57ab799819c6f319eaf813149d8bdda136 100755 (executable)
@@ -59,8 +59,8 @@ try_filename() {
 }
 
 try_filename 'plain'            'postimage.txt'
-try_filename 'with spaces'      'post image.txt' '' success failure failure
-try_filename 'with tab'         'post  image.txt' FUNNYNAMES success failure failure
+try_filename 'with spaces'      'post image.txt'
+try_filename 'with tab'         'post  image.txt' FUNNYNAMES
 try_filename 'with backslash'   'post\image.txt' BSLASHPSPEC
 try_filename 'with quote'       '"postimage".txt' FUNNYNAMES success failure success