From a1629ba1ecc227a26be6adae596d17defc3ca324 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 5 Dec 2010 17:07:35 +0100 Subject: tests: remove useless definition of $SORT in sort-compress * tests/misc/sort-compress (SORT): Remove unused definition. --- tests/misc/sort-compress | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3-54-g00ecf