From: Nathan Scott Date: Tue, 16 Jan 2001 04:13:23 +0000 (+0000) Subject: remove references to testrmt since this ain't used. X-Git-Tag: v1.1.0~1337 X-Git-Url: http://git.apps.os.sepia.ceph.com/?p=xfstests-dev.git;a=commitdiff_plain;h=a1dd6f2a78137b5d78657c9000ad82e9ded787c5;ds=sidebyside remove references to testrmt since this ain't used. --- diff --git a/common.dump b/common.dump index 05a7ca78..ee5824ed 100644 --- a/common.dump +++ b/common.dump @@ -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 }