]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix weird-files2 to not create socket file
authorKern Sibbald <kern@sibbald.com>
Fri, 21 Dec 2007 14:17:13 +0000 (14:17 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 21 Dec 2007 14:17:13 +0000 (14:17 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6082 91ce42f0-d328-0410-95d8-f526ca767f89

regress/tests/weird-files2-test

index ae3aad69545dc4a4ec931079b6fa27b4829cba81..8e3b6eaa50cdb0826394d2b18a2097199d88fc29 100755 (executable)
@@ -19,7 +19,7 @@ rm -rf weird-files2
 cp -Rp weird-files weird-files2
 echo "${cwd}/weird-files2" >${cwd}/tmp/file-list
 cd weird-files2
-perl socket.pl
+#perl socket.pl     # we no longer restore sockets
 cd ..
 
 change_jobname NightlySave $JobName
@@ -76,8 +76,8 @@ stop_bacula
 bin/testls weird-files2 >${cwd}/tmp/restored
 
 check_two_logs
-#diff ${cwd}/tmp/original ${cwd}/tmp/restored 2>&1 >/dev/null
-diff ${cwd}/tmp/original ${cwd}/tmp/restored
+diff ${cwd}/tmp/original ${cwd}/tmp/restored 2>&1 >/dev/null
+#diff -u ${cwd}/tmp/original ${cwd}/tmp/restored
 dstat=$?
 
 end_test