Browse code

fix typo in test script

git-svn: trunk@4294

Török Edvin authored on 2008/10/27 22:53:58
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Mon Oct 27 16:20:02 EET 2008 (edwin)
2
+------------------------------------
3
+ * unit_tests/duma_tests.sh: fix typo in test script
4
+
1 5
 Mon Oct 27 16:15:36 EET 2008 (edwin)
2 6
 ------------------------------------
3 7
  * unit_tests/valgrind.supp: fix valgrind warnings on Fedora
... ...
@@ -2,7 +2,7 @@
2 2
 # Run under duma
3 3
 LIBDIRS=`../libtool --config | grep sys_lib_search_path_spec | sed -e 's/.*"\(.*\)"/\1/'`
4 4
 if test -z "$LIBDUMA"; then
5
-	for i in $LIBIRS; do
5
+	for i in $LIBDIRS; do
6 6
 		if test -f "$i/libduma.so"; then
7 7
 			LIBDUMA="$i/libduma.so"
8 8
 			break;