summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-01-01 10:57:59 +0100
committerJim Meyering <meyering@redhat.com>2012-01-01 11:26:31 +0100
commitd0745f417ce32d647ab5a949b6027404da5e98c3 (patch)
tree043cfc5f533f7dc95e535f61163eb9e90dd1ede9 /tests
parentd504183866dccdf8e7c09522b601236d91591141 (diff)
downloadpatch-d0745f417ce32d647ab5a949b6027404da5e98c3.tar.gz
maint: enable the sc_space_tab syntax-check rule
* cfg.mk (local-checks-to-skip): Remove sc_space_tab, thus enabling this syntax-check rule. * tests/quoted-filenames: Use TAB-space, not space-TAB.
Diffstat (limited to 'tests')
-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'