From 9d8455001f807094cce946b8da5674382c8a9774 Mon Sep 17 00:00:00 2001 From: Anna Schumaker Date: Sun, 22 Jun 2014 12:57:10 -0400 Subject: [PATCH] gen_library.sh: Only copy .ogg files This excludes the invalid_track file I just added. Signed-off-by: Anna Schumaker --- tests/gen_library.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gen_library.sh b/tests/gen_library.sh index 9255cfc8..b203919f 100755 --- a/tests/gen_library.sh +++ b/tests/gen_library.sh @@ -18,7 +18,7 @@ function tag_file() mkdir -p /tmp/ocarina/dir{1..5} for i in $(seq 5); do - cp tests/Music/* /tmp/ocarina/dir$i/ + cp tests/Music/*.ogg /tmp/ocarina/dir$i/ for f in /tmp/ocarina/dir$i/*; do tag_file $f $i