We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f64642 + 79d0f10 commit abff041Copy full SHA for abff041
1 file changed
sudoku-solver/tests.sh
@@ -18,7 +18,7 @@ if ./sudoku-solver "$invalid" >/dev/null 2>&1; then
18
fi
19
20
limited_output=$(./sudoku-solver "$puzzle" 1)
21
-if ! echo "$limited_output" | grep -q "Found 1 solution(s)."; then
+if ! echo "$limited_output" | grep -Fq "Found 1 solution(s)."; then
22
echo "Test failed: max_solutions limit did not work"
23
exit 1
24
0 commit comments