diff options
author | Jim Meyering <meyering@redhat.com> | 2010-11-14 11:01:25 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-11-17 20:48:57 +0100 |
commit | 30b74dfff16240ea0e4a4c5b705f1e9631e5d0a7 (patch) | |
tree | 98057b5e37128d663ca1666e10d4308be37976d5 /tests/tail-2 | |
parent | 01a27b90546197c43da4b51b6eedabd7d9c349ea (diff) | |
download | coreutils-30b74dfff16240ea0e4a4c5b705f1e9631e5d0a7.tar.xz |
tests: move a comment so automated conversion works
Diffstat (limited to 'tests/tail-2')
-rwxr-xr-x | tests/tail-2/assert | 3 | ||||
-rwxr-xr-x | tests/tail-2/assert-2 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/tests/tail-2/assert b/tests/tail-2/assert index c164eeea4..08cd88864 100755 --- a/tests/tail-2/assert +++ b/tests/tail-2/assert @@ -28,8 +28,9 @@ if test "$VERBOSE" = yes; then tail --version fi -# Not "expensive" per se, but sleeping for so long is annoying. . $srcdir/test-lib.sh + +# Not "expensive" per se, but sleeping for so long is annoying. very_expensive_ ok='ok ok ok' diff --git a/tests/tail-2/assert-2 b/tests/tail-2/assert-2 index 7e039ffac..066d6af2c 100755 --- a/tests/tail-2/assert-2 +++ b/tests/tail-2/assert-2 @@ -23,8 +23,9 @@ if test "$VERBOSE" = yes; then tail --version fi -# Not "expensive" per se, but sleeping for so long is annoying. . $srcdir/test-lib.sh + +# Not "expensive" per se, but sleeping for so long is annoying. very_expensive_ ok='ok ok ok' |