Skip to content
Snippets Groups Projects
Commit 5b81c1cc authored by Jim Hague's avatar Jim Hague
Browse files

tests: make test-mq-guards work with ksh

parent 8374f3f0
No related branches found
No related tags found
No related merge requests found
......@@ -126,8 +126,8 @@
hg qseries -v
qappunappv()
(
{
for command in qapplied "qapplied -v" qunapplied "qunapplied -v"; do
echo % hg $command
hg $command
done
......@@ -130,8 +130,8 @@
for command in qapplied "qapplied -v" qunapplied "qunapplied -v"; do
echo % hg $command
hg $command
done
)
}
hg qpop -a
hg qguard -l
......
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