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

Commit

Permalink
fixed the comments for the quota tests
Browse files Browse the repository at this point in the history
The quota tests had a wrong comment at the beginning.
Now there is a correct comment in every test.
  • Loading branch information
pstorz committed Feb 3, 2013
1 parent a3cd4ed commit a7e2a50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/quota-hardquota-test
@@ -1,7 +1,7 @@
#!/bin/sh
#
# Run a simple backup of the Bareos build directory using the Sparse option
# then restore it.
# Run a backup of generated data and check if the hard quota limits are respected
#
#
TestName="quota-hardquota-test"
JobName=BackupClient1
Expand Down
4 changes: 2 additions & 2 deletions tests/quota-includefailed-test
@@ -1,7 +1,7 @@
#!/bin/sh
#
# Run a simple backup of the Bareos build directory using the Sparse option
# then restore it.
# Run a backup of generated data and check if the
# "Quota Include Failed Jobs" directive works
#
TestName="quota-includefailed-test"
JobName=BackupClient1
Expand Down
4 changes: 2 additions & 2 deletions tests/quota-softquota-test
@@ -1,7 +1,7 @@
#!/bin/sh
#
# Run a simple backup of the Bareos build directory using the Sparse option
# then restore it.
# Run a backup of generated data and check if the soft quota limits are respected
#
#
TestName="quota-softquota-test"
JobName=BackupClient1
Expand Down

0 comments on commit a7e2a50

Please sign in to comment.