]> git.sur5r.net Git - bacula/bacula/commitdiff
add -u to diff
authorKern Sibbald <kern@sibbald.com>
Mon, 13 Jul 2009 20:48:08 +0000 (20:48 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 13 Jul 2009 20:48:08 +0000 (20:48 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8981 91ce42f0-d328-0410-95d8-f526ca767f89

regress/tests/copy-upgrade-test

index 4a7282ca41fa3013c01eed2d773eb520843b6677..ed8a7b8d16f5d7b06131f81424c2494a7cc5119f 100755 (executable)
@@ -176,7 +176,7 @@ awk '/You have selected the following JobIds:/ { print $7 }' \
 awk '/should restore with/ { print $5 }' \
       ${cwd}/tmp/log2.out > ${cwd}/tmp/should
 
-diff ${cwd}/tmp/real ${cwd}/tmp/should
+diff -u ${cwd}/tmp/real ${cwd}/tmp/should
 if [ $? -ne 0 ]; then
     print_debug "Bad job selection!!!"
     rstat=2