From aa0123794a6743408f0de9d1792bdb7cc2eda733 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Fri, 16 Apr 2010 21:56:17 +0200 Subject: change infofy calls to inform, because libui-sh changed function name --- tests/runtime/automatic-reuse-fs-sda/profile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/runtime/automatic-reuse-fs-sda/profile b/tests/runtime/automatic-reuse-fs-sda/profile index b2f93d7..115cb15 100644 --- a/tests/runtime/automatic-reuse-fs-sda/profile +++ b/tests/runtime/automatic-reuse-fs-sda/profile @@ -9,21 +9,21 @@ worker_prepare_disks () echo "$var_BLOCKDATA" > $TMP_BLOCKDEVICES if process_filesystems then - infofy "disk processing ok" + inform "disk processing ok" else show_warning 'disks processing' "PROCESSING FAILED" return 1 fi if rollback_filesystems then - infofy "rollback ok" + inform "rollback ok" else show_warning 'disks rollback' "ROLLBACK FAILED" return 1 fi if process_filesystems then - infofy "disk processing ok" + inform "disk processing ok" else show_warning 'disk processing' "PROCESSING FAILED" return 1 -- cgit v1.2.2