#!/bin/sh

. ./funcs.sh

setup
FLS=$(ls -m /tmp/mp3)
finish

[ "$FLS" = "dir.flac, obama.mp3" ]
