From 21f692bb254bd268ed663a2b331cc2f99cfe5f3a Mon Sep 17 00:00:00 2001 From: Josh Coalson Date: Sun, 22 Jul 2001 07:25:50 +0000 Subject: [PATCH] test for existence of test_files/ --- test/test_bins.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/test_bins.sh b/test/test_bins.sh index 030d835e..0c93dfd0 100755 --- a/test/test_bins.sh +++ b/test/test_bins.sh @@ -22,6 +22,8 @@ export LD_LIBRARY_PATH PATH=../src/flac:../obj/bin:$PATH BINS_PATH=../../test_files/bins +test -d ${BINS_PATH} || exit 77 + test_file () { name=$1