]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/multi-storage-test
Big backport from Enterprise
[bacula/bacula] / regress / tests / multi-storage-test
index f7d3982a24e1d8ddb9df4280a8c5e9285cc8e9ba..5c915ca21bd042ff8cf4c97a7ff1a7140995f44a 100755 (executable)
@@ -26,7 +26,7 @@ print;
 mkdir -p ${working}2
 
 perl -ne '
-if (/^Storage {/) { $in=1; $nb++; }
+if (/^Storage \{/) { $in=1; $nb++; }
 if (/^}/) { $in=0 }
 if (/SDPort = (\d+)/ && $in) {if ($nb == 2) { $_ = "  SDPort = 1$1\n"; }}
 print;