#!/bin/sh
#
# test -s option
#
set +e
mp3guessenc -s debian/flush.mp3 > s.tmp
set -e
#
grep -F FhG s.tmp
#
rm s.tmp

