]> git.sur5r.net Git - bacula/bacula/commitdiff
regress: Fix win32-fd-test
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 21 Jan 2010 10:33:53 +0000 (11:33 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 21 Jan 2010 10:33:53 +0000 (11:33 +0100)
regress/tests/win32-fd-test

index 099f2b362487c43a5922b016d86bd5bdcad9e5fd..3ceb6c3137501045d17afbbc849b7cb518813695 100755 (executable)
@@ -86,7 +86,7 @@ if [ $? != 0 ]; then
 fi
 
 # Compare with some weird files
-wget -qO $tmp/2.log "$URL/compare?source=$WIN32_FILE/weird_runcript;dest=$WIN32_FILE/restore/$DST/weird_runcript"
+wget -qO $tmp/2.log "$URL/compare?source=$WIN32_FILE/weird_runscript;dest=$WIN32_FILE/restore/$DST/weird_runscript"
 print_debug `cat $tmp/2.log`
 
 grep OK $tmp/2.log > /dev/null