]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Thu, 30 Nov 1995 20:06:11 +0000 (20:06 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 30 Nov 1995 20:06:11 +0000 (20:06 +0000)
tests/sort/build-script

index 230a3fad993bf701ce07435edfc1bdaf9bc326cf..970dcf8c97b010359186001ab29ea4f6a7f779eb 100755 (executable)
@@ -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 = '';