Skip to content
Snippets Groups Projects
Commit 8a5b6383 authored by Patrick Mezard's avatar Patrick Mezard
Browse files

test-subrepo-recursion: sort archive output for portability

parent 3ee44b41
No related branches found
No related tags found
No related merge requests found
...@@ -230,5 +230,5 @@ ...@@ -230,5 +230,5 @@
Test archiving to a directory tree: Test archiving to a directory tree:
$ hg archive --subrepos ../archive $ hg archive --subrepos ../archive
$ find ../archive $ find ../archive | sort
../archive ../archive
...@@ -234,2 +234,5 @@ ...@@ -234,2 +234,5 @@
../archive ../archive
../archive/.hg_archival.txt
../archive/.hgsub
../archive/.hgsubstate
../archive/foo ../archive/foo
...@@ -235,3 +238,5 @@ ...@@ -235,3 +238,5 @@
../archive/foo ../archive/foo
../archive/foo/.hgsub
../archive/foo/.hgsubstate
../archive/foo/bar ../archive/foo/bar
../archive/foo/bar/z.txt ../archive/foo/bar/z.txt
...@@ -236,6 +241,4 @@ ...@@ -236,6 +241,4 @@
../archive/foo/bar ../archive/foo/bar
../archive/foo/bar/z.txt ../archive/foo/bar/z.txt
../archive/foo/.hgsubstate
../archive/foo/.hgsub
../archive/foo/y.txt ../archive/foo/y.txt
../archive/x.txt ../archive/x.txt
...@@ -240,8 +243,5 @@ ...@@ -240,8 +243,5 @@
../archive/foo/y.txt ../archive/foo/y.txt
../archive/x.txt ../archive/x.txt
../archive/.hgsubstate
../archive/.hgsub
../archive/.hg_archival.txt
Test archiving to zip file (unzip output is unstable): Test archiving to zip file (unzip output is unstable):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment