sort: port sort-continue test back to Solaris 10
commit5c9998fbab1911c8ccb7a7d0fb03e42ed310afe4
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 28 Aug 2023 02:13:42 +0000 (27 19:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 28 Aug 2023 02:15:31 +0000 (27 19:15 -0700)
tree1c529af0a9b7ade3ea6ac509a71717712090257d
parentb3afbcad9ca68863ea3c049f7d5ce0860d07f260
sort: port sort-continue test back to Solaris 10

* tests/sort/sort-continue.sh: Use ulimit -n 7 not -n 6.  On
Solaris 10 'sort' uses Gnulib mkostemp, which calls Gnulib
getrandom, which opens /dev/urandom to calculate the temp file's
name, which means 'sort' needs one more file descriptor to work.
tests/sort/sort-continue.sh