git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.2@7039 
91ce42f0-d328-0410-95d8-
f526ca767f89
 
 @# now do a restore
 @#
 @$out ${cwd}/tmp/log2.out
+status storage=DDS-4
 restore where=${cwd}/tmp/bacula-restores select all storage=DDS-4 done
 yes
 wait
 
 #
 cat <<END_OF_DATA >${cwd}/tmp/bconcmds
 @$out /dev/null
+list volumes
 restore where=${cwd}/tmp/bacula-restores select all done
 yes
 wait
 @# now unmount the tape and start two restores
 @#  at the same time
 @#
+list volumes
 unmount storage=DDS-4
 restore where=${cwd}/tmp/bacula-restores select all done
 yes