Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Remove unneeded estimate cmds from test.
Browse files Browse the repository at this point in the history
When running tests with REGRESS_DEBUG the construct with redirecting the
output of a estimate listing gives to much spurious output. This code
probably originates from the time when the original script was designed
and it was copied to several tests afterwards. As we do an actual backup
in these tests the whole estimate doesn't add much to the test and we
have a seperate test which tests the working of the estimate command.
  • Loading branch information
Marco van Wieringen committed Feb 24, 2013
1 parent 8e07755 commit 2e57e00
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 24 deletions.
4 changes: 0 additions & 4 deletions tests/bscan-tape
Expand Up @@ -22,10 +22,6 @@ change_jobname NightlySave $JobName
start_test

cat <<END_OF_DATA >tmp/bconcmds
@$out /dev/null
estimate job=$JobName listing
estimate job=$JobName listing
messages
@$out tmp/log1.out
setdebug level=2 storage=tape
label storage=tape volume=TestVolume001 slot=0 pool=Default
Expand Down
5 changes: 0 additions & 5 deletions tests/four-jobs-tape
Expand Up @@ -18,11 +18,6 @@ change_jobname $JobName
start_test

cat <<END_OF_DATA >${cwd}/tmp/bconcmds
@$out /dev/null
estimate job=$JobName listing
estimate job=$JobName
estimate job=$JobName
messages
@$out ${cwd}/tmp/log1.out
label storage=tape volume=TestVolume001 slot=0 pool=Default
run job=$JobName yes
Expand Down
5 changes: 0 additions & 5 deletions tests/four-jobs-test
Expand Up @@ -16,11 +16,6 @@ change_jobname CompressedTest $JobName
start_test

cat <<END_OF_DATA >${cwd}/tmp/bconcmds
@$out /dev/null
estimate job=$JobName listing
estimate job=$JobName
estimate job=$JobName
messages
@$out ${cwd}/tmp/log1.out
label storage=File volume=TestVolume001
run job=$JobName yes
Expand Down
5 changes: 0 additions & 5 deletions tests/scsi-crypto-test
Expand Up @@ -36,11 +36,6 @@ change_jobname $JobName
start_test

cat <<END_OF_DATA >${cwd}/tmp/bconcmds
@$out /dev/null
estimate job=$JobName listing
estimate job=$JobName
estimate job=$JobName
messages
@$out ${cwd}/tmp/log1.out
label storage=tape volume=TestVolume001 slot=0 pool=Default encrypt
run job=$JobName yes
Expand Down
5 changes: 0 additions & 5 deletions tests/two-jobs-test
Expand Up @@ -19,11 +19,6 @@ cat >tmp/bconcmds <<END_OF_DATA
setdebug level=150 storage=File
@$out /dev/null
messages
@$out/dev/null
estimate job=$JobName listing
estimate job=$JobName
estimate job=$JobName
messages
@$out tmp/log1.out
label storage=File volume=TestVolume001
run job=$JobName yes
Expand Down

0 comments on commit 2e57e00

Please sign in to comment.