]> git.draconx.ca Git - upkg.git/commitdiff
tests: Fix libupkg-index-decode test failure on dash.
authorNick Bowler <nbowler@draconx.ca>
Thu, 24 Feb 2022 02:01:46 +0000 (21:01 -0500)
committerNick Bowler <nbowler@draconx.ca>
Thu, 24 Feb 2022 02:05:22 +0000 (21:05 -0500)
We need to quote the decode_val assignment which we pass to 'eval',
because $val may be the string (empty), and assignments of the form
decode_val=(empty) are rejected by dash and other shells.


No differences found