Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libcurses Remove excess shift since locale is no l...



details:   https://anonhg.NetBSD.org/src/rev/7fdd8cea7e75
branches:  trunk
changeset: 359827:7fdd8cea7e75
user:      blymn <blymn%NetBSD.org@localhost>
date:      Tue Jan 25 21:28:49 2022 +0000

description:
Remove excess shift since locale is no longer passed

diffstat:

 tests/lib/libcurses/t_curses.sh |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r d1452bb831ff -r 7fdd8cea7e75 tests/lib/libcurses/t_curses.sh
--- a/tests/lib/libcurses/t_curses.sh   Tue Jan 25 16:07:57 2022 +0000
+++ b/tests/lib/libcurses/t_curses.sh   Tue Jan 25 21:28:49 2022 +0000
@@ -9,7 +9,7 @@
        else
                # export the locale and shift the parameters by two and pass the rest
                export LC_ALL=$locale
-               shift 2
+               shift
                r_run $file $@
        fi
 }



Home | Main Index | Thread Index | Old Index