# MutantHub mutant #1921: Relational operator mutation at script.cpp:378
# Repository: bitcoin/bitcoin @ 859215218667ca9f35d5adae0289e4a125798087
# File: src/script/script.cpp:378-378
# Review: APPROVED; outcome: KILLED
--- a/src/script/script.cpp
+++ b/src/script/script.cpp
@@ -378,1 +378,1 @@
-    } else if (data.size() == 1 && data[0] >= 1 && data[0] <= 16) {
+    } else if (data.size() == 1 && data[0] > 1 && data[0] <= 16) {
