mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 11:31:15 -03:00
fg: remove rogue abs() on PID argument
Present since the initial commit but I don't think anyone relies on this.
This commit is contained in:
9
tests/checks/fg.fish
Normal file
9
tests/checks/fg.fish
Normal file
@@ -0,0 +1,9 @@
|
||||
# RUN: %fish %s
|
||||
|
||||
builtin fg -- -1
|
||||
# CHECKERR: fg: '-1' is not a valid process ID
|
||||
# CHECKERR: {{.*}}/fg.fish (line {{\d+}}):
|
||||
# CHECKERR: builtin fg -- -1
|
||||
# CHECKERR: ^
|
||||
# CHECKERR:
|
||||
# CHECKERR: (Type 'help fg' for related documentation)
|
||||
Reference in New Issue
Block a user