summaryrefslogtreecommitdiff
path: root/tests/quoted-filenames
diff options
context:
space:
mode:
Diffstat (limited to 'tests/quoted-filenames')
-rw-r--r--tests/quoted-filenames6
1 files changed, 4 insertions, 2 deletions
diff --git a/tests/quoted-filenames b/tests/quoted-filenames
index 92aae6c..5fb9f12 100644
--- a/tests/quoted-filenames
+++ b/tests/quoted-filenames
@@ -18,8 +18,6 @@ use_tmpdir
# \ / : * ? " < > |
cat > d.diff <<EOF
-diff --git "\\t \\040" "\\t \\040"
-index 5626abf..f719efd 100644
--- "\\t \\040"
+++ "\\t \\040"
@@ -1 +1 @@
@@ -29,3 +27,7 @@ EOF
ncheck 'echo one > " "'
ncheck 'patch -s -p0 < d.diff'
+
+check 'cat " "' <<EOF
+two
+EOF