Updated test to make it more reliable
diff --git a/tests/scripts/decode.sh b/tests/scripts/decode.sh
index 014a5d3..be5a9c3 100755
--- a/tests/scripts/decode.sh
+++ b/tests/scripts/decode.sh
@@ -15,7 +15,7 @@
 cd $TEST_DIR
 cat $CAPFILE | head -c 6000000 > $SHORTENED_CAPFILE
 
-$RUNLINE | tail -n +4 | tee $RESULT_OBTAINED
+$RUNLINE | grep -A 999999 "860933 1329237:  59 06 1a 8f 6d 18 10 80 00 00 00 00 00 00 00 00 00 00 00 78 b9 00 00" | tee $RESULT_OBTAINED
 diff $RESULT_EXPECTED $RESULT_OBTAINED
 TEST_RESULT=$?