summaryrefslogtreecommitdiff
path: root/testdata
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-09-02 08:54:57 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2015-09-02 08:54:57 +0000
commit22b0d506f8a1894a38c745a7b32b235cd660a4b3 (patch)
tree2aa334de66f119edf4d62d5066a7542dadbe037f /testdata
parentd98a87182509eb50a5277f0d6e5465dc6bfeea3b (diff)
downloadpcre-22b0d506f8a1894a38c745a7b32b235cd660a4b3.tar.gz
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
Diffstat (limited to 'testdata')
-rw-r--r--testdata/testinput22
-rw-r--r--testdata/testoutput26
2 files changed, 4 insertions, 4 deletions
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
<testsavedregex
diff --git a/testdata/testoutput2 b/testdata/testoutput2
index 728329a..116258d 100644
--- a/testdata/testoutput2
+++ b/testdata/testoutput2
@@ -5614,9 +5614,9 @@ No match
123456\P
No match
-//KF>/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