Do more testing on cumulative restores.

It found bug pv#844219.
This commit is contained in:
Tim Shimmin
2002-01-16 08:12:04 +00:00
parent d81fa46ed6
commit 6a8c2ea7bd
4 changed files with 1114 additions and 0 deletions
+2
View File
@@ -296,10 +296,12 @@ _cleanup()
#
_stable_fs()
{
_saveddir=`pwd`; cd /
umount $SCRATCH_MNT >>$seq.full ||\
_error "unmount failed"
mount -t xfs $SCRATCH_DEV $SCRATCH_MNT >>$seq.full ||\
_error "mount failed"
cd $_saveddir
}
#