Further changes to test scripts so that the "inmemory_journal" permutation works.
FossilOrigin-Name: 50f2f7dfd64f610982525fd7a0dd7c1ade67bebb
diff --git a/test/pagerfault.test b/test/pagerfault.test
index 87ffda3..39f97d5 100644
--- a/test/pagerfault.test
+++ b/test/pagerfault.test
@@ -15,6 +15,11 @@
source $testdir/lock_common.tcl
source $testdir/malloc_common.tcl
+if {[permutation] == "inmemory_journal"} {
+ finish_test
+ return
+}
+
set a_string_counter 1
proc a_string {n} {
global a_string_counter
@@ -23,6 +28,7 @@
}
db func a_string a_string
+
if 1 {
#-------------------------------------------------------------------------