diff --git a/files/.travis.sh b/files/.travis.sh index 27f833b..e1aac7f 100644 --- a/files/.travis.sh +++ b/files/.travis.sh @@ -18,7 +18,7 @@ while read FILE; do if [ $RU_EXIT_CODE -ne 0 ] || [ $EN_EXIT_CODE -ne 0 ]; then EXIT_CODE=1; echo "ошибка"; - echo "$OUTPUT_RU\n$OUTPUT_EN" | sort -n -k1,4; + echo "$OUTPUT_RU\n$OUTPUT_EN" | sort -n -k2; else echo "пройдена"; fi diff --git a/test_spell b/test_spell deleted file mode 100644 index b283688..0000000 --- a/test_spell +++ /dev/null @@ -1,8 +0,0 @@ - -баббаб - -нормальдно - -капуста - -fixg \ No newline at end of file