diff options
Diffstat (limited to 'tests/tail-2')
-rwxr-xr-x | tests/tail-2/assert | 2 | ||||
-rwxr-xr-x | tests/tail-2/assert-2 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/tail-2/assert b/tests/tail-2/assert index 72ee9c933..2ab617e77 100755 --- a/tests/tail-2/assert +++ b/tests/tail-2/assert @@ -29,8 +29,8 @@ if test "$VERBOSE" = yes; then fi # Not "expensive" per se, but sleeping for so long is annoying. -. $srcdir/../very-expensive . $srcdir/../test-lib.sh +very_expensive_ ok='ok ok ok' diff --git a/tests/tail-2/assert-2 b/tests/tail-2/assert-2 index 090bf0ff9..2911878a1 100755 --- a/tests/tail-2/assert-2 +++ b/tests/tail-2/assert-2 @@ -24,8 +24,8 @@ if test "$VERBOSE" = yes; then fi # Not "expensive" per se, but sleeping for so long is annoying. -. $srcdir/../very-expensive . $srcdir/../test-lib.sh +very_expensive_ ok='ok ok ok' |