diff tests/test-convert-hg-source.t @ 37347:e82a59bfc5e8

tests: conditionalize test output for simple store Differential Revision: https://phab.mercurial-scm.org/D3061
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 03 Apr 2018 18:23:33 -0700
parents 3c9f2d4dbb39
children 7542e97c7867
line wrap: on
line diff
--- a/tests/test-convert-hg-source.t	Wed Apr 04 11:44:38 2018 -0700
+++ b/tests/test-convert-hg-source.t	Tue Apr 03 18:23:33 2018 -0700
@@ -169,7 +169,12 @@
 
 break it
 
+#if reporevlogstore
   $ rm .hg/store/data/b.*
+#endif
+#if reposimplestore
+  $ rm .hg/store/data/b/*
+#endif
   $ cd ..
   $ hg --config convert.hg.ignoreerrors=True convert broken fixed
   initializing destination fixed repository