mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 15:37:59 +08:00
Remove some leftover test files
This commit is contained in:
parent
cfa2927610
commit
e0f5fc2cb4
|
@ -1,17 +0,0 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
#
|
||||
# Generate output for a test script
|
||||
#
|
||||
# It is important that you verify that the generated
|
||||
# output is correct!
|
||||
#
|
||||
|
||||
for i in $argv
|
||||
set -l template_out (basename $i .in).out
|
||||
set -l template_err (basename $i .in).err
|
||||
set -l template_status (basename $i .in).status
|
||||
|
||||
fish <$i >$template_out 2>$template_err
|
||||
echo $status >$template_status
|
||||
end
|
|
@ -1,14 +0,0 @@
|
|||
Testing high level script functionality
|
||||
File expansion.in tested ok
|
||||
File printf.in tested ok
|
||||
File read.in tested ok
|
||||
File status.in tested ok
|
||||
File test1.in tested ok
|
||||
File test2.in tested ok
|
||||
File test3.in tested ok
|
||||
File test4.in tested ok
|
||||
File test5.in tested ok
|
||||
File test6.in tested ok
|
||||
File test7.in tested ok
|
||||
File test8.in tested ok
|
||||
File test9.in tested ok
|
Loading…
Reference in New Issue
Block a user