From 3451d58ab5020581a21479101a98111b0d34d83f Mon Sep 17 00:00:00 2001 From: Iain Douglas Date: Nov 27 2012 22:23:16 +0000 Subject: Changed a comment to clarify what happens --- diff --git a/tests/p_diffutils/10-cmp-tests b/tests/p_diffutils/10-cmp-tests index 752763e..1844bd1 100755 --- a/tests/p_diffutils/10-cmp-tests +++ b/tests/p_diffutils/10-cmp-tests @@ -37,7 +37,7 @@ cmp -b -i 16 ${FILE}a ${FILE}b || ExitFail t_Log "check -i skip1:skip2" -# Expect this to fail but the putput is different to earlier +# Expect this to have a different output to earlier cmp -i 15:16 ${FILE}a ${FILE}b | grep -q "byte 1, line 1"|| ExitFail # Chek that -n works