Browse code

fix wrong path

git-svn: trunk@4035

Török Edvin authored on 2008/07/31 02:36:04
Showing 1 changed files
... ...
@@ -30,7 +30,7 @@ cp $srcdir/test-clamd.conf test-clamd-viraction.conf
30 30
 echo "VirusEvent `pwd`/$srcdir/virusaction-test.sh `pwd` \"Virus found: %v\"" >>test-clamd-viraction.conf
31 31
 rm -f test-clamd.log
32 32
 test /tmp/clamd-test.pid && kill `cat /tmp/clamd-test.pid` 
33
-../clamd/.libs/lt-clamd -c test-clamd-viraction.conf || { echo "Failed to start clamd!" >&2; die 1;}
33
+../clamd/clamd -c test-clamd-viraction.conf || { echo "Failed to start clamd!" >&2; die 1;}
34 34
 ../clamdscan/clamdscan --quiet --config-file test-clamd-viraction.conf ../test/clam.exe 
35 35
 if ! grep "Virus found: ClamAV-Test-File.UNOFFICIAL" test-clamd.log >/dev/null 2>/dev/null; then
36 36
 	echo "Virusaction test failed!" >&2;