mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
remove references to testrmt since this ain't used.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user