[Fuego] [PATCH 03/11] LTP: fix small errata

Daniel Sangorrin daniel.sangorrin at toshiba.co.jp
Fri May 18 02:48:48 UTC 2018


Signed-off-by: Daniel Sangorrin <daniel.sangorrin at toshiba.co.jp>
---
 engine/tests/Functional.LTP/fuego_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/engine/tests/Functional.LTP/fuego_test.sh b/engine/tests/Functional.LTP/fuego_test.sh
index d326345..222aa67 100755
--- a/engine/tests/Functional.LTP/fuego_test.sh
+++ b/engine/tests/Functional.LTP/fuego_test.sh
@@ -184,7 +184,7 @@ function test_pre_check {
     skip_tests "bdflush01" # bdflush was deprecated by pdflush and pdflush removed from the kernel (https://lwn.net/Articles/508212/)
     skip_tests "fcntl06" # Linux kernel doesn't implement R_GETLK/R_SETLK
     skip_tests "fcntl06_64" # Linux kernel doesn't implement R_GETLK/R_SETLK
-    skip_tests "munlockall02" # munlockall can be called form user space
+    skip_tests "munlockall02" # munlockall can be called from user space
     skip_tests "utimensat01" # kernel patch f2b20f6ee842313a changed return value from -EACCESS to EPERM when a file is immutable and update time is NULL or UTIME_NOW
 
     echo "Tests skipped if the target /tmp folder is mounted on tmpfs"
-- 
2.7.4




More information about the Fuego mailing list