From 6b37376a66ea5caf283fb2476206f6e4f99dd28e Mon Sep 17 00:00:00 2001 From: Andreas Kapp Lindquist Date: Tue, 28 Oct 2025 11:35:47 +0100 Subject: test(test.sh): test now only runs for insertion sort --- test/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.sh') diff --git a/test/test.sh b/test/test.sh index c0dbe2b..e8eac6d 100755 --- a/test/test.sh +++ b/test/test.sh @@ -3,7 +3,7 @@ DATA_DIR="data" SRC_DIR="../src" -SORTER="$SRC_DIR/sorter" +SORTER="$SRC_DIR/sorter -a isort" REF="sort -s -n -k 2" # '-s' for using a stable algo total=0 -- cgit v1.2.3-70-g09d2