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) | |
download | busybox-w32-c5f7847659ccddd27c99b300e01f36516326aa3a.tar.gz busybox-w32-c5f7847659ccddd27c99b300e01f36516326aa3a.tar.bz2 busybox-w32-c5f7847659ccddd27c99b300e01f36516326aa3a.zip |
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 | |||
212 | 666 | 212 | 666 |
213 | " \ | 213 | " \ |
214 | 214 | ||
215 | # Currently fails | ||
216 | # testing "test name" "command(s)" "expected result" "file input" "stdin" | 215 | # testing "test name" "command(s)" "expected result" "file input" "stdin" |
217 | testing "patch creates new file" \ | 216 | testing "patch creates new file" \ |
218 | 'patch 2>&1; echo $?; cat testfile; rm testfile' \ | 217 | 'patch 2>&1; echo $?; cat testfile; rm testfile' \ |