]> git.sur5r.net Git - bacula/bacula/blobdiff - regress/scripts/functions
ebl rename faketape to vtape
[bacula/bacula] / regress / scripts / functions
index 61d6eb499901cad011a3caa7dd7063fb3ea3d85b..391fc482f6da36269554561e212f15d4cd0af374 100644 (file)
@@ -56,10 +56,10 @@ if test x${AUTOCHANGER} = x/dev/null ; then
 fi
 }
 
-require_faketape() 
+require_vtape() 
 {
-if test x${USE_FAKETAPE} = x ; then
-   echo "$TestName test needs the faketape driver."
+if test x${USE_VTAPE} = x ; then
+   echo "$TestName test needs the vtape driver."
    exit 1
 fi
 }
@@ -262,7 +262,7 @@ debug_wait()
 
 init_drive()
 {
-  if test a$USE_FAKETAPE = a; then
+  if test a$USE_VTAPE = a; then
     mt -f $1 rewind
     mt -f $1 weof
   else