URL:
  <https://savannah.gnu.org/bugs/?62174>

                 Summary: fix test functions/shell on aix.
                 Project: make
            Submitted by: dgoncharov
            Submitted on: Sat 12 Mar 2022 11:14:40 PM UTC
                Severity: 3 - Normal
              Item Group: Bug
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
       Component Version: SCM
        Operating System: None
           Fixed Release: None
           Triage Status: None

    _______________________________________________________

Details:

Presence of LANG=en_US in the env causes functions/shell test 8 to fail on
aix.

++++

functions/shell ......................................... FAILED (8/9 passed)

1 Test in 1 Category Failed (See .diff* files in work dir for details) :-(

$ cat work/functions/shell.diff.8
*** work/functions/shell.base.8 Sat Mar 12 12:30:35 2022
--- work/functions/shell.log.8  Sat Mar 12 12:30:35 2022
***************
*** 1 ****
! 127: /bin/sh: bad-command:  not found.
--- 1 ----
! 127: /bin/sh: bad-command:  not found
----

++++
$ LANG=en_US /bin/sh -c 'bad-command'
/bin/sh: bad-command:  not found.
$ LANG= /bin/sh -c 'bad-command'
/bin/sh: bad-command:  not found
----




    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62174>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/


Reply via email to