diff --git a/tests/Setup and Teardown/.test/setup count a b/tests/Setup and Teardown/.test/setup count a new file mode 100755 index 0000000..ef05ec7 --- /dev/null +++ b/tests/Setup and Teardown/.test/setup count a @@ -0,0 +1,3 @@ +#!/bin/sh + +[ $(grep -c 'setup has run' $log) -eq '1' ] diff --git a/tests/Setup and Teardown/.test/setup count b b/tests/Setup and Teardown/.test/setup count b new file mode 100755 index 0000000..a6de7c1 --- /dev/null +++ b/tests/Setup and Teardown/.test/setup count b @@ -0,0 +1,3 @@ +#!/bin/sh + +[ $(grep -c 'setup has run' $log) -eq '2' ] diff --git a/tests/Setup and Teardown/.test/setup has run twice a b/tests/Setup and Teardown/.test/setup has run twice a deleted file mode 100755 index 6472808..0000000 --- a/tests/Setup and Teardown/.test/setup has run twice a +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -[ $(grep -c 'setup has run' $log) -gt '2' ] diff --git a/tests/Setup and Teardown/.test/setup has run twice b b/tests/Setup and Teardown/.test/setup has run twice b deleted file mode 100755 index 6472808..0000000 --- a/tests/Setup and Teardown/.test/setup has run twice b +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -[ $(grep -c 'setup has run' $log) -gt '2' ]