find:: get rid of nested function (it's a gcc-ism)
[oweals/busybox.git] / testsuite / patch.tests
index 8caeed5bd7c9180a2df503e3682a632fba8d6299..2759d2ad4b788cad47a5afb78c28ae2ba257222a 100755 (executable)
@@ -226,6 +226,22 @@ qwerty
 +qwerty
 "
 
+# testing "test name" "command(s)" "expected result" "file input" "stdin"
+testing "patch understands ...dir///dir..." \
+       'patch -p1 2>&1; echo $?' \
+"\
+patching file dir2///file
+patch: can't open 'dir2///file': No such file or directory
+1
+" "" "\
+--- bogus_dir///dir2///file
++++ bogus_dir///dir2///file
+@@ -1,2 +1,3 @@
+ qwe
++asd
+ zxc
+"
+
 rm input.orig 2>/dev/null
 
 exit $FAILCOUNT