From 22b0d506f8a1894a38c745a7b32b235cd660a4b3 Mon Sep 17 00:00:00 2001 From: ph10 Date: Wed, 2 Sep 2015 08:54:57 +0000 Subject: Remove use of /dev/null in test 2 because Windows doesn't like it. git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1600 2f5784b3-3f2a-0410-8824-cb99058d5e15 --- testdata/testinput2 | 2 +- testdata/testoutput2 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'testdata') diff --git a/testdata/testinput2 b/testdata/testinput2 index 638ea00..8582a4d 100644 --- a/testdata/testinput2 +++ b/testdata/testinput2 @@ -1380,7 +1380,7 @@ 1X 123456\P -//KF>/dev/null +//KF>testsavedregex /abc/IS>testsavedregex /dev/null -Compiled pattern written to /dev/null -Study data written to /dev/null +//KF>testsavedregex +Compiled pattern written to testsavedregex +Study data written to testsavedregex /abc/IS>testsavedregex Capturing subpattern count = 0 -- cgit v1.2.1