From 421b5008a3b25beeab8d523ff704e730046d62c8 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Mon, 19 Sep 2011 17:26:53 +0200 Subject: [PATCH] testsuite: t0001 depends on sha1sum. We don't want this test to fail if sha1sum is not installed. --- t/t0001-oggdec-correctness.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t0001-oggdec-correctness.sh b/t/t0001-oggdec-correctness.sh index 01260e5c..554dfdf8 100755 --- a/t/t0001-oggdec-correctness.sh +++ b/t/t0001-oggdec-correctness.sh @@ -11,7 +11,7 @@ implementation.' test_require_objects "oggdec_filter" missing_objects="$result" -test_require_executables "oggdec" +test_require_executables oggdec sha1sum missing_executables="$result" get_audio_file_paths ogg -- 2.30.2