summaryrefslogtreecommitdiffstats
path: root/tests/run-tests.sh
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-31 13:43:03 -0400
committerNalin Dahyabhai <nalin.dahyabhai@pobox.com>2008-07-31 13:43:03 -0400
commitc6ef0e47d45dccdd4bea34bd2469561d35e7bf1a (patch)
treef8dca12625177c79d1fcb80f6dd2192808c3cee2 /tests/run-tests.sh
parentbd5a6726a377aa9623672eb523c3959c0d39999b (diff)
downloadslapi-nis-c6ef0e47d45dccdd4bea34bd2469561d35e7bf1a.tar.gz
slapi-nis-c6ef0e47d45dccdd4bea34bd2469561d35e7bf1a.tar.xz
slapi-nis-c6ef0e47d45dccdd4bea34bd2469561d35e7bf1a.zip
- just the first line -- allow a longer description in the file
Diffstat (limited to 'tests/run-tests.sh')
-rwxr-xr-xtests/run-tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-tests.sh b/tests/run-tests.sh
index 4323763..398955b 100755
--- a/tests/run-tests.sh
+++ b/tests/run-tests.sh
@@ -46,7 +46,7 @@ for subdir in "$@" ; do
stopslapd
popd > /dev/null
if test -s $TESTDIR/$subdir/description.txt ; then
- echo `basename $subdir`" ("`cat $TESTDIR/$subdir/description.txt`")": OK
+ echo `basename $subdir`" ("`head -n 1 $TESTDIR/$subdir/description.txt`")": OK
else
echo `basename $subdir`: OK
fi