summaryrefslogtreecommitdiff
path: root/tests/sort/build-script
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sort/build-script')
-rwxr-xr-xtests/sort/build-script1
1 files changed, 1 insertions, 0 deletions
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 = '';