aboutsummaryrefslogtreecommitdiff
path: root/testsuite/patch.tests
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2011-08-22 04:58:32 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-08-22 04:58:32 +0200
commitc5f7847659ccddd27c99b300e01f36516326aa3a (patch)
tree408e1a46ee4fb273ea385824583ac73ef7f24c9b /testsuite/patch.tests
parent251fc70e9722f931eec23a34030d05ba5f747b0e (diff)
downloadbusybox-c5f7847659ccddd27c99b300e01f36516326aa3a.tar.gz
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-xtestsuite/patch.tests1
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' \