tests/test-globalopts.t
changeset 47272 a671832a8e41
parent 47017 da4e6d7a8fdd
child 47404 ebdef6283798
--- a/tests/test-globalopts.t	Mon May 17 15:15:44 2021 -0700
+++ b/tests/test-globalopts.t	Thu Apr 15 20:13:29 2021 +0200
@@ -74,6 +74,10 @@
   8580ff50825a tip
   $ echo '[paths]' >> $HGRCPATH
   $ echo 'relativetohome = a' >> $HGRCPATH
+  $ hg path | grep relativetohome
+  relativetohome = $TESTTMP/a
+  $ HOME=`pwd`/../ hg path | grep relativetohome
+  relativetohome = $TESTTMP/a
   $ HOME=`pwd`/../ hg -R relativetohome identify
   8580ff50825a tip
   $ cd ..