remove references to testrmt since this ain't used.

This commit is contained in:
Nathan Scott
2001-01-16 04:13:23 +00:00
parent 7e75c7502a
commit a1dd6f2a78
-3
View File
@@ -88,8 +88,6 @@ _mt()
_rmthost=`echo $dumptape | awk -F: '{print $1}'`
_rmtdev=`echo $dumptape | awk -F: '{print $2}'`
rsh -n $_rmthost "mt -t $_rmtdev $op"
# Would have used src/testrmt but get
# permission denied from linux to linux for erase !?!
else
#LOCAL
mt -t $dumptape $op
@@ -170,7 +168,6 @@ _erase_soft()
echo "Erasing tape" | tee -a $seq.full
_rewind
_mt weof 3
# src/testrmt -f $dumptape write
_rewind
}