From c7712dfd7bf2734e339096d3274f5b0bef2b4335 Mon Sep 17 00:00:00 2001 From: Tharre Date: Mon, 25 May 2015 16:20:27 +0200 Subject: Replace current tests with a hole new test suite This new test suite is based on just on do scripts, much like apenwarr's redo implementation has done it. This makes tests both simpler and free from any additional dependencies. The naming was also improved a lot. There are also a lot of new tests, and many more to be implemeted later. --- test/no-output.bats | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 test/no-output.bats (limited to 'test/no-output.bats') diff --git a/test/no-output.bats b/test/no-output.bats deleted file mode 100644 index c492e4f..0000000 --- a/test/no-output.bats +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/env bats - -load test_helper - -@test "produce empty result" { - run redo no-output_result - [ $status -eq 0 ] && [ ! -e no-output_result ] -} -- cgit v1.2.3-70-g09d2