summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-12-05 17:07:35 +0100
committerJim Meyering <meyering@redhat.com>2010-12-05 17:07:35 +0100
commita1629ba1ecc227a26be6adae596d17defc3ca324 (patch)
tree64170b8a7a0c1f2b0eeb7818d4213f2751c38846 /tests
parent231d8719f1b6d8324882cde0eb136c045b7c8338 (diff)
downloadcoreutils-a1629ba1ecc227a26be6adae596d17defc3ca324.tar.xz
tests: remove useless definition of $SORT in sort-compress
* tests/misc/sort-compress (SORT): Remove unused definition.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/misc/sort-compress1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/misc/sort-compress b/tests/misc/sort-compress
index 6692d0b61..a51a2df7c 100755
--- a/tests/misc/sort-compress
+++ b/tests/misc/sort-compress
@@ -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