Skip to content
Snippets Groups Projects
Commit d8daf13a authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

tests: ignore date warning when extracting tar

parent 71345467
No related branches found
No related tags found
No related merge requests found
......@@ -27,10 +27,8 @@
$ mkdir local-references
$ cd local-references/
$ tar xf ../repo-references/repo4test_A-reference.tar
tar: repo4test_A-reference/.hg/store/00manifest.i: time stamp * s in the future (glob)
$ tar xf ../repo-references/repo4test_B-reference.tar
tar: repo4test_B-reference/.hg/store/00manifest.i: time stamp * s in the future (glob)
$ tar xf ../repo-references/repo4test_A-reference.tar --warning=no-timestamp
$ tar xf ../repo-references/repo4test_B-reference.tar --warning=no-timestamp
$ cd ..
Define partial set
......
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