Remove some leftover test files

This commit is contained in:
Fabian Homborg 2020-06-13 20:43:12 +02:00
parent cfa2927610
commit e0f5fc2cb4
2 changed files with 0 additions and 31 deletions

View File

@ -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

View File

@ -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