From 42352adcbfbc9c964766c2ef31a882c3f6bd72d2 Mon Sep 17 00:00:00 2001 From: Christoph Galuschka Date: Sep 29 2013 12:08:28 +0000 Subject: fixed typos in t_Log --- diff --git a/tests/p_autofs/0-install_autofs.sh b/tests/p_autofs/0-install_autofs.sh index 0f748b6..59539d1 100755 --- a/tests/p_autofs/0-install_autofs.sh +++ b/tests/p_autofs/0-install_autofs.sh @@ -1,7 +1,7 @@ #!/bin/bash # Author: Christoph Galuschka -t_Log 'Running $0 - Installing required packages' +t_Log "Running $0 - Installing required packages" t_InstallPackage autofs nfs-utils rpcbind t_Log 'Preparing NFS-Share and starting NFS-Server' @@ -9,7 +9,7 @@ echo '/var/lib/ 127.0.0.1(ro)' >> /etc/exports t_ServiceControl rpcbind restart t_ServiceControl nfs restart -t_Log 'verify if NFs is mountable' +t_Log 'verify if NFS is mountable' mount -t nfs 127.0.0.1:/var/lib /mnt ls -al /mnt | grep -q yum diff --git a/tests/p_autofs/10-autofs-nfs-mount.sh b/tests/p_autofs/10-autofs-nfs-mount.sh index c6a0ad1..440399d 100755 --- a/tests/p_autofs/10-autofs-nfs-mount.sh +++ b/tests/p_autofs/10-autofs-nfs-mount.sh @@ -1,7 +1,7 @@ #!/bin/sh # Author: Christoph Galuschka -t_Log 'Running $0 - autofs can mount nfs share test.' +t_Log "Running $0 - autofs can mount nfs share test." t_Log 'Preparing autofs configuration' cp -a /etc/auto.master /etc/auto.master_orig @@ -22,4 +22,3 @@ cat /dev/null > /etc/exports t_ServiceControl autofs stop t_ServiceControl nfs stop t_ServiceControl rpcbind stop -