3 # Cleanup left over files -- both before and after test run
7 if ! test x@autochanger@ = x/dev/null; then
8 drive=`bin/mtx-changer @autochanger@ loaded 0 @tape_drive1@ 1`
9 if ! test x$drive = x2; then
10 bin/mtx-changer @autochanger@ unload $drive @tape_drive1@ 1
11 bin/mtx-changer @autochanger@ load 2 @tape_drive1@ 1
13 mt -f @tape_drive1@ rewind
14 mt -f @tape_drive1@ weof
19 # If we have an autochanger always load tape in slot 1
21 if ! test x@autochanger@ = x/dev/null; then
22 drive=`bin/mtx-changer @autochanger@ loaded 0 @tape_drive@ 0`
23 if ! test x$drive = x1; then
24 bin/mtx-changer @autochanger@ unload $drive @tape_drive@ 0
25 bin/mtx-changer @autochanger@ load 1 @tape_drive@ 0
29 mt -f @tape_drive@ rewind
30 mt -f @tape_drive@ weof