Signed-off-by: Geert Uytterhoeven <[email protected]>
---
 testcases/commands/at/at_allow01     |    4 ++--
 testcases/commands/at/at_deny01      |    4 ++--
 testcases/commands/cron/cron_allow01 |    4 ++--
 testcases/commands/cron/cron_deny01  |    4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/testcases/commands/at/at_allow01 b/testcases/commands/at/at_allow01
index fcad4df..dab34bd 100755
--- a/testcases/commands/at/at_allow01
+++ b/testcases/commands/at/at_allow01
@@ -114,7 +114,7 @@ run_test()
         if [ ${exit_code} -eq 1 ]; then
             echo "At did not allow user to execute job, TEST FAILED."
        else
-            echo "At allowed user to exectue test job, TEST PASSED."
+            echo "At allowed user to execute test job, TEST PASSED."
        fi
 
        rm -f "${tmpfile}" >/dev/null 2>&1
@@ -135,7 +135,7 @@ run_test()
         exit_code=1
         test -e "${tmpfile}" || exit_code=0
         if [ ${exit_code} -eq 1 ]; then
-            echo "At allowed user to exectue test job, TEST FAILED."
+            echo "At allowed user to execute test job, TEST FAILED."
         else
             echo "At did not allow user to execute job, TEST PASSED."
         fi
diff --git a/testcases/commands/at/at_deny01 b/testcases/commands/at/at_deny01
index 2fcb76d..9c03845 100755
--- a/testcases/commands/at/at_deny01
+++ b/testcases/commands/at/at_deny01
@@ -122,7 +122,7 @@ run_test()
         exit_code=1
         test -e "${tmpfile}" && exit_code=0
         if [ ${exit_code} -eq 1 ]; then
-            echo "At denyed user to exectue test job, TEST FAILED."
+            echo "At denyed user to execute test job, TEST FAILED."
         else
             echo "At did not deny user to execute job, TEST PASSED."
         fi
@@ -147,7 +147,7 @@ run_test()
         if [ ${exit_code} -eq 1 ]; then
             echo "At did not deny user to execute job, TEST FAILED."
         else
-            echo "At denyed user to exectue test job, TEST PASSED."
+            echo "At denyed user to execute test job, TEST PASSED."
         fi
 
         rm -f "${tmpfile}" >/dev/null 2>&1
diff --git a/testcases/commands/cron/cron_allow01 
b/testcases/commands/cron/cron_allow01
index 266700a..404ca28 100755
--- a/testcases/commands/cron/cron_allow01
+++ b/testcases/commands/cron/cron_allow01
@@ -126,7 +126,7 @@ EOF
        if [ $EXIT_CODE = 1 ]; then
                echo "Cron did not allow user to execute job , TEST FAILED"
        else
-               echo "Cron allowed user to exectue test job, TEST PASSED"
+               echo "Cron allowed user to execute test job, TEST PASSED"
        fi
        
         echo "restore old crontab..."
@@ -162,7 +162,7 @@ EOF
         if [ $EXIT_CODE = 0 ]; then
                 echo "Cron did not allow user to execute job , TEST PASSED"
         else
-                echo "Cron allowed user to exectue test job, TEST FAILED"
+                echo "Cron allowed user to execute test job, TEST FAILED"
         fi
 
                echo "restore old crontab..."
diff --git a/testcases/commands/cron/cron_deny01 
b/testcases/commands/cron/cron_deny01
index 527d79c..563f857 100755
--- a/testcases/commands/cron/cron_deny01
+++ b/testcases/commands/cron/cron_deny01
@@ -128,7 +128,7 @@ EOF
        if [ $EXIT_CODE = 1 ]; then
                echo "Cron did not allow user to execute job , TEST FAILED"
        else
-               echo "Cron allowed user to exectue test job, TEST PASSED"
+               echo "Cron allowed user to execute test job, TEST PASSED"
        fi
 
        rm -f /tmp/cron_deny_test
@@ -156,7 +156,7 @@ EOF
         if [ $EXIT_CODE = 0 ]; then
                 echo "Cron did not allow user to execute job , TEST PASSED"
         else
-                echo "Cron allowed user to exectue test job, TEST FAILED"
+                echo "Cron allowed user to execute test job, TEST FAILED"
         fi
                                                                                
                              
         rm -f /tmp/cron_deny_test1
-- 
1.6.2.4


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to