test-convert-mtn.t: use #if to set mtndir to the correct value
Monotone store directory name is not the same on Windows and Unix.
--- a/tests/test-convert-mtn.t Fri Aug 03 17:56:34 2012 +0200
+++ b/tests/test-convert-mtn.t Fri Aug 03 17:26:30 2012 +0200
@@ -2,9 +2,18 @@
$ "$TESTDIR/hghave" mtn || exit 80
Monotone directory is called .monotone on *nix and monotone
-on Windows. Having a variable here ease test patching.
+on Windows.
+
+#if windows
+
+ $ mtndir=monotone
+
+#else
$ mtndir=.monotone
+
+#endif
+
$ echo "[extensions]" >> $HGRCPATH
$ echo "convert=" >> $HGRCPATH
$ echo 'graphlog =' >> $HGRCPATH