mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 03:51:20 -03:00
committed by
Fabian Homborg
parent
b7a0031174
commit
cc7618985a
5
tests/checks/exit-status-with-closing-stderr.fish
Normal file
5
tests/checks/exit-status-with-closing-stderr.fish
Normal file
@@ -0,0 +1,5 @@
|
||||
# RUN: %fish %s
|
||||
argparse r-require= -- --require 2>/dev/null ; echo $status
|
||||
# CHECK: 2
|
||||
argparse r-require= -- --require 2>&- ; echo $status
|
||||
# CHECK: 2
|
||||
Reference in New Issue
Block a user