# HG changeset patch
# User Gregory Szorc <gregory.szorc@gmail.com>
# Date 1522883802 25200
#      Wed Apr 04 16:16:42 2018 -0700
# Node ID e1d4be95cd6879fb32f06a20985067e75a63426d
# Parent  06674aab2b4cb79847d42ba58d2f67e98305f5da
tests: require revlog store with test-repair-strip.t

This test is doing a number of low-level things with revlogs.
Mark it as requiring the revlog store.

Differential Revision: https://phab.mercurial-scm.org/D3105

diff --git a/tests/test-repair-strip.t b/tests/test-repair-strip.t
--- a/tests/test-repair-strip.t
+++ b/tests/test-repair-strip.t
@@ -1,4 +1,4 @@
-#require unix-permissions no-root
+#require unix-permissions no-root reporevlogstore
 
   $ cat > $TESTTMP/dumpjournal.py <<EOF
   > import sys