aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/function.err
blob: 72671ac96ceef13d02230f7549c2f921fff192ee (plain)
1
2
3
4
5
6
7
8
function: function name shadows a builtin so you must use '--shadow-builtin'
fish: function pwd; end
      ^
yes, it failed as expected
function: function name does not shadow a builtin so you must not use '--shadow-builtin'
fish: function not_builtin --shadow-builtin; end
      ^
yes, it failed as expected