[14930] in athena10

home help back first fref pref prev next nref lref last post

[Debathena] #1588: attach should exit non-zero on failure

daemon@ATHENA.MIT.EDU (Debathena Trac)
Wed Apr 26 19:03:56 2017

MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
From: "Debathena Trac" <debathena@mit.edu>
Cc: debathena@mit.edu
To: andersk@mit.edu
Date: Wed, 26 Apr 2017 23:03:48 -0000
Reply-To: 
Message-ID: <043.f656de03b420bd562e22ba7b99017183@mit.edu>
Content-Transfer-Encoding: 8bit

#1588: attach should exit non-zero on failure
----------------------------+-----------------------------------
        Reporter:  andersk  |         Owner:
            Type:  defect   |        Status:  new
        Priority:  normal   |     Milestone:  The Distant Future
       Component:  --       |      Keywords:
Fixed in version:           |  Upstream bug:
----------------------------+-----------------------------------
 {{{
 $ attach ''; echo $?
 Error: Hesiod Error: Invalid argument while resolving
 0
 $ attach .; echo $?
 Error: Invalid locker name: .
 0
 $ attach nonexistent; echo $?
 nonexistent: Locker unknown.
 0
 }}}

-- 
Ticket URL: <https://athena10.mit.edu/trac/ticket/1588>
Debathena <http://debathena.mit.edu>
MIT Debathena Project


home help back first fref pref prev next nref lref last post