summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-07-03 18:19:11 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-07-03 18:19:11 +0200
commit3250a710abb07bf4cfda1c3030b767286b39eff2 (patch)
treea64375ec5c91ad241fc87917857a73a86f61e3d3 /tests
parent411cf59452da1156c23f93ee77d2d6b30077a114 (diff)
downloadrsyslog-3250a710abb07bf4cfda1c3030b767286b39eff2.tar.gz
rsyslog-3250a710abb07bf4cfda1c3030b767286b39eff2.tar.xz
rsyslog-3250a710abb07bf4cfda1c3030b767286b39eff2.zip
re-enabled a test
Diffstat (limited to 'tests')
-rwxr-xr-xtests/daqueue-persist.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/daqueue-persist.sh b/tests/daqueue-persist.sh
index 157b8f7a..e071e413 100755
--- a/tests/daqueue-persist.sh
+++ b/tests/daqueue-persist.sh
@@ -3,9 +3,9 @@
# added 2009-05-27 by Rgerhards
# This file is part of the rsyslog project, released under GPLv3
source $srcdir/daqueue-persist-drvr.sh LinkedList
-#source $srcdir/daqueue-persist-drvr.sh FixedArray
+source $srcdir/daqueue-persist-drvr.sh FixedArray
# the disk test should not fail, however, the config is extreme and using
# it more or less is a config error
-#source $srcdir/daqueue-persist-drvr.sh Disk
+source $srcdir/daqueue-persist-drvr.sh Disk
# we do not test Direct mode because this absolute can not work in direct mode
# (maybe we should do a fail-type of test?)