From: Jim Meyering Date: Thu, 30 Nov 1995 20:06:11 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_13g~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc1a9180a76401b4581193c8728f57d6f2713062;p=thirdparty%2Fcoreutils.git . --- diff --git a/tests/sort/build-script b/tests/sort/build-script index 230a3fad99..970dcf8c97 100755 --- a/tests/sort/build-script +++ b/tests/sort/build-script @@ -5,6 +5,7 @@ $test = 0; $| = 1; print "#! /bin/sh\nsort='$sort'\necho testing with sort=\$sort\nerrors=0\n"; +print "$sort --version 2> /dev/null\n"; $expected = ''; $input = ''; $options = '';