From 747222a8ba3cd070959896d1699f81e1a052481d Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 19 Jun 2008 10:51:11 +0000 Subject: [PATCH] Nothing git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/branches/Branch-2.4@7172 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/scripts/prepare-fake-autochanger | 42 ------------------------ 1 file changed, 42 deletions(-) delete mode 100755 regress/scripts/prepare-fake-autochanger diff --git a/regress/scripts/prepare-fake-autochanger b/regress/scripts/prepare-fake-autochanger deleted file mode 100755 index dba8ef400d..0000000000 --- a/regress/scripts/prepare-fake-autochanger +++ /dev/null @@ -1,42 +0,0 @@ -#!/bin/sh -# -# This script will prepare a big dummy autochanger -# - -. scripts/functions - -# check if user wants to run this test -if test x$USE_FAKETAPE = x; then - exit 1 -fi - -adir=/home/kern/bacula/Branch-2.4/regress/working/ach - -mkdir $adir 2> /dev/null -rm -f $adir/log $adir/barcodes $adir/load* $adir/slot* $adir/drive* 2> /dev/null - -# create the autochanger configuration file -cat > $adir/conf <> $adir/barcodes - cp /dev/null $adir/slot$i -done - -# make a cleaning tape -echo 76:CLN01 >> $adir/barcodes -cp /dev/null $adir/slot76 - -# keep other empty -for i in `seq 77 79`; do - echo $i: >> $adir/barcodes -done - -- 2.39.5