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