diff options
author | Bob Proulx <bob@proulx.com> | 2008-02-14 12:20:32 -0700 |
---|---|---|
committer | Bob Proulx <bob@proulx.com> | 2008-02-14 12:20:32 -0700 |
commit | 2cb6489703e15548f61670354efe97f46a2c1400 (patch) | |
tree | af1f33026486d830441de1aa36932a673796eb9b /testsuite | |
parent | 2fb823ad6019f6e8a21753db13c5f956d7ec42eb (diff) | |
download | idutils-2cb6489703e15548f61670354efe97f46a2c1400.tar.gz idutils-2cb6489703e15548f61670354efe97f46a2c1400.tar.bz2 idutils-2cb6489703e15548f61670354efe97f46a2c1400.zip |
Add version report for aid program test dependency.
* testsuite/infloop-kawa-el [VERBOSE]: Print aid version.
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/infloop-kawa-el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/infloop-kawa-el b/testsuite/infloop-kawa-el index e7a1f67..ee8340e 100755 --- a/testsuite/infloop-kawa-el +++ b/testsuite/infloop-kawa-el @@ -19,6 +19,7 @@ if test "$VERBOSE" = yes; then set -x mkid --version + aid --version fi pwd=`pwd` |