test/test_metaflac.sh: POSIXify embedded awk script.
authorErik de Castro Lopo <erikd@mega-nerd.com>
Thu, 25 Apr 2013 03:53:21 +0000 (13:53 +1000)
committerErik de Castro Lopo <erikd@mega-nerd.com>
Thu, 25 Apr 2013 04:17:22 +0000 (14:17 +1000)
commit69c44a51de295a6eb91ab0fdb1777d222395dab0
tree09af8f8189757e9eed9fff16169bb2bb920af96e
parent4f24161246f986453034d779e9ddaa1be9b5d336
test/test_metaflac.sh: POSIXify embedded awk script.

The embedded awk script was using the 'lshift' function which
apparently only exists in GNU auk (gawk) and definitely does not
exist in mawk.

Thanks to Martijn van Beurden <mvanb1@gmail.com> for reporting
this issue.
test/test_metaflac.sh