summaryrefslogtreecommitdiff
path: root/tests/quoted-filenames
diff options
context:
space:
mode:
Diffstat (limited to 'tests/quoted-filenames')
-rw-r--r--tests/quoted-filenames8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/quoted-filenames b/tests/quoted-filenames
index ffbac09..d1fbe88 100644
--- a/tests/quoted-filenames
+++ b/tests/quoted-filenames
@@ -18,13 +18,13 @@ use_tmpdir
# \ / : * ? " < > |
cat > d.diff <<EOF
-diff --git " \\t\\040" " \\t\\040"
---- " \\t\\040"
-+++ " \\t\\040"
+diff --git "\\t \\040" "\\t \\040"
+--- "\\t \\040"
++++ "\\t \\040"
@@ -1 +1 @@
-one
+two
EOF
-ncheck 'echo one > " "'
+ncheck 'echo one > " "'
ncheck 'patch -s -p0 < d.diff'