From 8bd3d98cb03e0be26084ca94224b8ef4e1e15a71 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Thu, 2 Apr 2026 10:59:18 -0400 Subject: create module, remove fmt --- test | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'test') diff --git a/test b/test index 2ae88b5..d365413 100755 --- a/test +++ b/test @@ -1,4 +1,6 @@ -#!/usr/bin/sh +#!/bin/sh + +set -e # Check boundary conditions with small files. Output should match input. for f in empty a ab abc abcd; do @@ -20,3 +22,5 @@ rm out # Check that the output has a similar ratio of c's and d's to test randomness of # suffix selection. ./markov