diff tests/test-git-submodules.t @ 1090:9965a927998a

tests: fix symlink subrepo test
author Sean Farley <sean@farley.io>
date Fri, 01 Dec 2017 16:14:16 -0800
parents 93689e8f27ac
children
line wrap: on
line diff
--- a/tests/test-git-submodules.t	Tue Sep 06 01:11:28 2016 +0200
+++ b/tests/test-git-submodules.t	Fri Dec 01 16:14:16 2017 -0800
@@ -304,10 +304,11 @@
   verifying rev 87bae50d72cb against git commit 88171163bf4795b5570924e51d5f8ede33f8bc28
 
 (replace symlink with subrepo)
-  $ hg cat -r 7 .hgsub .hgsubstate
+  $ hg cat -r 7 .hgsub
   subrepo2 = [git]../gitsubrepo
   alpha = [git]../gitsubrepo
   foolink = [git]../gitsubrepo
+  $ hg cat -r 7 .hgsubstate
   6e4ad8da50204560c00fa25e4987eb2e239029ba alpha
   6e4ad8da50204560c00fa25e4987eb2e239029ba foolink
   6e4ad8da50204560c00fa25e4987eb2e239029ba subrepo2