From 5aa94f1476197dbb5bd327cfbd506bf3de1182af Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 21 Jul 2009 22:16:30 +0200 Subject: fix for lists of tests --- src/aif-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/aif-test.sh b/src/aif-test.sh index f0a666c..4229495 100755 --- a/src/aif-test.sh +++ b/src/aif-test.sh @@ -3,7 +3,7 @@ # make sure you install aif onto the target system so you can use its testing libraries echo "Aif-test: a 'unit-testing' tool for AIF" -echo " for a list of available tests: find /usr/share/aif/tests/" +echo " for a list of available tests: ls -l /usr/share/aif/tests/runtime" [ "$1" != runtime ] && echo "\$1: type of test to execute (runtime. no support for buildtime yet)" >&2 && exit 1 [ -z "$2" ] && echo "\$2: name of test to execute" >&2 && exit 1 -- cgit v1.2.3-54-g00ecf