From 9176f6c52cb60f9de72a1c8e6b4dafc7c29ec1bf Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 16 Aug 2011 22:57:12 +0200 Subject: [PATCH] patch: add a test we currently fail Signed-off-by: Denys Vlasenko --- testsuite/patch.tests | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/testsuite/patch.tests b/testsuite/patch.tests index c604b9c..7cd716c 100755 --- a/testsuite/patch.tests +++ b/testsuite/patch.tests @@ -212,6 +212,21 @@ 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' \ +"\ +creating testfile +0 +qwerty +" "" "\ +--- /dev/null ++++ testfile +@@ -0,0 +1 @@ ++qwerty +" + rm input.orig 2>/dev/null exit $FAILCOUNT -- 2.7.4