From e0f5fc2cb460081d88fddc95589c83333a2d6782 Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sat, 13 Jun 2020 20:43:12 +0200 Subject: [PATCH] Remove some leftover test files --- tests/gen_output.fish | 17 ----------------- tests/top.out | 14 -------------- 2 files changed, 31 deletions(-) delete mode 100755 tests/gen_output.fish delete mode 100644 tests/top.out diff --git a/tests/gen_output.fish b/tests/gen_output.fish deleted file mode 100755 index 28d432cd8..000000000 --- a/tests/gen_output.fish +++ /dev/null @@ -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 diff --git a/tests/top.out b/tests/top.out deleted file mode 100644 index 87d1ee313..000000000 --- a/tests/top.out +++ /dev/null @@ -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