From bd9a48bc9c0440d41364282d39d55f591ef79544 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 26 Nov 2007 07:23:09 +0000 Subject: fix vda's testsuite bogons, part 1 --- testsuite/cut.tests | 19 ------------------- testsuite/grep.tests | 1 - 2 files changed, 20 deletions(-) delete mode 100644 testsuite/cut.tests diff --git a/testsuite/cut.tests b/testsuite/cut.tests deleted file mode 100644 index e332e801d..000000000 --- a/testsuite/cut.tests +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -# grep tests. -# Copyright 2007 by Denys Vlasenko -# Licensed under GPL v2, see file LICENSE for details. - -. testing.sh - -# testing "test name" "options" "expected result" "file input" "stdin" -# file input will be file called "input" -# test can create a file "actual" instead of writing to stdout - -testing "cut '-' (stdin) and multi file handling" \ - "cut -d' ' -f2 - input" \ - "over\n""quick\n" \ - "the quick brown fox\n" \ - "jumps over the lazy dog\n" \ - -exit $FAILCOUNT diff --git a/testsuite/grep.tests b/testsuite/grep.tests index afbe8e7c9..bb682dba4 100755 --- a/testsuite/grep.tests +++ b/testsuite/grep.tests @@ -1,6 +1,5 @@ #!/bin/sh -# grep tests. # Copyright 2005 by Rob Landley # Licensed under GPL v2, see file LICENSE for details. -- cgit v1.2.3