From 4778d23f8c55bb60ca1dcfb83bdca79dcb05ee81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Sedl=C3=A1k?= Date: Thu, 6 Aug 2015 13:53:43 +0200 Subject: [PATCH] small fix --- tests/disk_custom_software_raid.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/disk_custom_software_raid.pm b/tests/disk_custom_software_raid.pm index 25b2f41f..70cbcd5c 100644 --- a/tests/disk_custom_software_raid.pm +++ b/tests/disk_custom_software_raid.pm @@ -1,4 +1,4 @@ -use base "anacondalog"; +use base "anacondatest"; use strict; use testapi;