From 5668c4d0c7bf685c3664103a71b4374c4fa28a53 Mon Sep 17 00:00:00 2001 From: Marco van Wieringen Date: Sat, 7 Sep 2013 23:33:21 +0200 Subject: [PATCH] Try to fix travis for new pool names. --- test/all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/all b/test/all index 333485630db..1adf4ec688b 100755 --- a/test/all +++ b/test/all @@ -47,7 +47,7 @@ BACKUP_TEST_FILE=/usr/sbin/bareos.test echo -e "status dir" | bconsole echo echo "---- label a volume ----" -echo -e "label volume=testvol pool=File" | bconsole +echo -e "label volume=testvol pool=Full" | bconsole echo echo "----- create some file to test backup / restore ----" echo "bareos restore test" > ${BACKUP_TEST_FILE}