From cc1a9180a76401b4581193c8728f57d6f2713062 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 30 Nov 1995 20:06:11 +0000 Subject: . --- tests/sort/build-script | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/sort/build-script b/tests/sort/build-script index 230a3fad9..970dcf8c9 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 = ''; -- cgit v1.2.3-54-g00ecf