aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtest/test.sh2
1 files changed, 1 insertions, 1 deletions
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