tests: remove useless definition of $SORT in sort-compress
authorJim Meyering <meyering@redhat.com>
Sun, 5 Dec 2010 16:07:35 +0000 (17:07 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 5 Dec 2010 16:07:35 +0000 (17:07 +0100)
* tests/misc/sort-compress (SORT): Remove unused definition.

tests/misc/sort-compress

index 6692d0b..a51a2df 100755 (executable)
@@ -21,7 +21,6 @@ print_ver_ sort
 
 seq -w 2000 > exp || framework_failure
 tac exp > in || framework_failure
-SORT="$abs_top_builddir/src/sort"
 
 # Ensure that $TMPDIR is valid.
 TMPDIR=.; export TMPDIR