summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/aif-test.sh2
1 files changed, 1 insertions, 1 deletions
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