Explorar o código

- fix error in test 6

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@3480 689a6050-402a-0410-94f2-e92a70836424
Henning Westerholt %!s(int64=17) %!d(string=hai) anos
pai
achega
e33090dc06
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/unit/6.sh

+ 1 - 1
test/unit/6.sh

@@ -22,7 +22,7 @@
 CFG=2.cfg
 
 # start
-../openser -w -c -f $CFG > /dev/null 2>&1
+../openser -w . -c -f $CFG > /dev/null 2>&1
 ret=$?
 
 if [ "$ret" -eq 0 ] ; then