Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/regress/usr.bin/sort do not mess with $o if misplaced -o is ...



details:   https://anonhg.NetBSD.org/src/rev/0c0ddd84c8e7
branches:  trunk
changeset: 502112:0c0ddd84c8e7
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Thu Jan 11 22:26:55 2001 +0000

description:
do not mess with $o if misplaced -o is supported - it's orhogonal to +POS/-POS support

diffstat:

 regress/usr.bin/sort/stests |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (22 lines):

diff -r cad51ea4f8a4 -r 0c0ddd84c8e7 regress/usr.bin/sort/stests
--- a/regress/usr.bin/sort/stests       Thu Jan 11 22:23:11 2001 +0000
+++ b/regress/usr.bin/sort/stests       Thu Jan 11 22:26:55 2001 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 #      @(#)stests      8.1 (Berkeley) 6/6/93
-#      $NetBSD: stests,v 1.4 2001/01/11 22:18:38 jdolecek Exp $
+#      $NetBSD: stests,v 1.5 2001/01/11 22:26:55 jdolecek Exp $
 
 # This code is derived from software contributed to Berkeley by
 # Peter McIlroy.
@@ -45,10 +45,7 @@
        o="not_tested +POS/-POS"
 fi
 if sort /dev/null -o xx 2>/dev/null; then
-       o=
        echo '  displaced -o';
-else
-       o="not_tested displaced_-o"
 fi
 if sort -g </dev/null 2>/dev/null; then
        g=



Home | Main Index | Thread Index | Old Index