]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/tests/multi-storage-test
regress: add function to create many dirs
[bacula/bacula] / regress / tests / multi-storage-test
index 5c13487ce4928357b8ef09203b51b9c767c4570a..da2f17b1d39f160831d4bb046675b1d951bf044a 100755 (executable)
@@ -18,7 +18,7 @@ if (/WorkingDirectory/) { $_ =~ s/"$/2"/; }
 print;
 ' $conf/bacula-sd.conf > $conf/bacula-sd2.conf
 
-mkdir ${working}2
+mkdir -p ${working}2
 
 perl -ne '
 if (/^Storage {/) { $in=1; $nb++; }