]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/copy-upgrade-test
Merge branch 'master' of ssh://bacula.git.sourceforge.net/gitroot/bacula/bacula
[bacula/bacula] / 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