summaryrefslogtreecommitdiffstats
path: root/tests/daqueue-persist.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/daqueue-persist.sh')
-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?)