Skip to content
Snippets Groups Projects
Commit 055d5b3f authored by Mads Kiilerich's avatar Mads Kiilerich
Browse files

tests: fix void and invalid test in test-archive.t

An echo statement was missed in the .t-ification in afe19a1bf9d3 so we ended up
with invalid sh syntax. But at the same time a continuation line was marked as
$ instead of > and we thus added the salt that made the expression valid again.
parent 4210a05c
No related branches found
No related tags found
No related merge requests found
......@@ -209,8 +209,7 @@
test-2c0277f05ed4/foo
$ hg archive -r 0 -t tar rev-%r.tar
$ if [ -f rev-0.tar ]; then
$ fi
$ [ -f rev-0.tar ]
test .hg_archival.txt
......
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