From 2cb82c08c6677204b79bbc95325fd83267a3117d Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 18 Apr 2005 06:35:06 +0000 Subject: Skip this test if ../../src/dd isn't readable. --- tests/install/basic-1 | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/install') diff --git a/tests/install/basic-1 b/tests/install/basic-1 index 66df30415..c3e16b40b 100755 --- a/tests/install/basic-1 +++ b/tests/install/basic-1 @@ -8,6 +8,11 @@ fi dir=dir file=file +test -r ../../src/dd || { + echo >&2 "$0: ../../src/dd is not readable, so can't run this test" + exit 77 +} + pwd=`pwd` tmp=inst-basic.$$ trap 'status=$?; cd $pwd; rm -rf $tmp && exit $status' 0 -- cgit v1.2.3-54-g00ecf