summaryrefslogtreecommitdiffstats
path: root/tests/sort.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sort.sh')
-rwxr-xr-xtests/sort.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sort.sh b/tests/sort.sh
index 907148a..ccdbc4e 100755
--- a/tests/sort.sh
+++ b/tests/sort.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-head -n 7 $1 > .foo
-tail -n +8 $1 | grep '[[:alnum:]]' | sort >> .foo
+head -n 6 $1 > .foo
+tail -n +7 $1 | grep '[[:alnum:]]' | sort >> .foo
echo >> .foo
rm $1