[CRIU] [PATCH 06/12] test/zdtm.sh: fix an error message
    Kir Kolyshkin 
    kir at openvz.org
       
    Fri Sep 13 14:47:03 EDT 2013
    
    
  
    It's got not get.
    Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 test/zdtm.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/zdtm.sh b/test/zdtm.sh
index b527393..a74841f 100755
--- a/test/zdtm.sh
+++ b/test/zdtm.sh
@@ -388,7 +388,7 @@ run_test()
 
 	local ddump
 	if ! kill -s 0 "$PID"; then
-		echo "Get a wrong pid '$PID'"
+		echo "Got a wrong pid '$PID'"
 		return 1
 	fi
 
-- 
1.8.1.4
    
    
More information about the CRIU
mailing list