#!/bin/sh
#
# test -i option
#
set +e
mp3guessenc -i debian/flush.mp3 > i.tmp
set -e
#
fgrep 2020 i.tmp
fgrep Ambient i.tmp
#
rm i.tmp

