mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-01 21:21:15 -03:00
Remove some leftover test files
This commit is contained in:
@@ -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
|
|
||||||
Reference in New Issue
Block a user