From c5f7847659ccddd27c99b300e01f36516326aa3a Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 22 Aug 2011 04:58:32 +0200 Subject: 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 Signed-off-by: Denys Vlasenko --- testsuite/patch.tests | 1 - 1 file changed, 1 deletion(-) (limited to 'testsuite') 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' \ -- cgit v1.2.3