tests: new discriminator-based test for sort -n and -h
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 11 Mar 2012 23:30:22 +0000 (16:30 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 14 Mar 2012 06:23:07 +0000 (23:23 -0700)
commit0dd13c463d87bad8cfd95922740484fcce0e34ea
tree783235909d975bf9961f89ea049e3273465d7a73
parent57c929da8bbc297249dadc560e8e3a569b0d685d
tests: new discriminator-based test for sort -n and -h

* tests/Makefile.am (TESTS): Add misc/sort-discrim.
* tests/misc/sort-discrim: New file, which tests a discriminator-based
implementation of 'sort'.  Coreutils doesn't use this implementation
yet, but the test is useful anyway.

Co-authored-by: Drew Kutilek <dkutilek@ucla.edu>
Co-authored-by: James Wendt <jwendt@cs.ucla.edu>
tests/Makefile.am
tests/misc/sort-discrim [new file with mode: 0755]