replace another custom show with the util func

Replace the `show_ary` function with the `show` test utility function.
This commit is contained in:
Kurtis Rader
2017-07-19 22:42:52 -07:00
parent dc33c1afe1
commit bb344bbd8f
3 changed files with 22 additions and 32 deletions

View File

@@ -1,5 +1,8 @@
# Test expansion of variables
# We don't use the test utility function of the same name because we want
# different behavior. Specifically, that the expansion of any variables or
# other strings before we are invoked produce the expected expansion.
function show --description 'Prints argument count followed by arguments'
echo (count $argv) $argv
end