summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2010-04-16 21:56:17 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2010-04-16 21:56:17 +0200
commitaa0123794a6743408f0de9d1792bdb7cc2eda733 (patch)
tree96df3adb7491f1844d5f3bb83039d27828b69d45 /tests
parenta17127c46d0a635b9af17a2ef20c3a44bb3797e1 (diff)
change infofy calls to inform, because libui-sh changed function name
Diffstat (limited to 'tests')
-rw-r--r--tests/runtime/automatic-reuse-fs-sda/profile6
1 files changed, 3 insertions, 3 deletions
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