diff options
author | Rob Landley <rob@landley.net> | 2011-08-22 04:58:32 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-08-22 04:58:32 +0200 |
commit | c5f7847659ccddd27c99b300e01f36516326aa3a (patch) | |
tree | 408e1a46ee4fb273ea385824583ac73ef7f24c9b /testsuite/patch.tests | |
parent | 251fc70e9722f931eec23a34030d05ba5f747b0e (diff) |
patch: make it able to create files (again)
I broke patch's ability to create files in November, and nobody noticed in
the ensuing 11 months. Sigh.
Signed-off-by: Rob Landley <rob@landley.net>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/patch.tests')
-rwxr-xr-x | testsuite/patch.tests | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testsuite/patch.tests b/testsuite/patch.tests index 7cd716ce5..8caeed5bd 100755 --- a/testsuite/patch.tests +++ b/testsuite/patch.tests @@ -212,7 +212,6 @@ patching file input 666 " \ -# Currently fails # testing "test name" "command(s)" "expected result" "file input" "stdin" testing "patch creates new file" \ 'patch 2>&1; echo $?; cat testfile; rm testfile' \ |