diff options
Diffstat (limited to 'tests/tail-2')
-rwxr-xr-x | tests/tail-2/append-only | 2 | ||||
-rwxr-xr-x | tests/tail-2/assert | 2 | ||||
-rwxr-xr-x | tests/tail-2/assert-2 | 2 | ||||
-rwxr-xr-x | tests/tail-2/big-4gb | 2 | ||||
-rwxr-xr-x | tests/tail-2/infloop-1 | 2 | ||||
-rwxr-xr-x | tests/tail-2/proc-ksyms | 2 | ||||
-rwxr-xr-x | tests/tail-2/start-middle | 2 | ||||
-rwxr-xr-x | tests/tail-2/tail-n0f | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/tests/tail-2/append-only b/tests/tail-2/append-only index fc761006b..d78a54063 100755 --- a/tests/tail-2/append-only +++ b/tests/tail-2/append-only @@ -42,4 +42,4 @@ pid=$! tail --pid=$pid -f f > /dev/null 2>&1 || fail=1 chattr -a f 2>/dev/null -(exit $fail); exit $fail +Exit $fail diff --git a/tests/tail-2/assert b/tests/tail-2/assert index 309d12d8d..65f00d6af 100755 --- a/tests/tail-2/assert +++ b/tests/tail-2/assert @@ -61,4 +61,4 @@ esac test $fail = 1 && cat err -(exit $fail); exit $fail +Exit $fail diff --git a/tests/tail-2/assert-2 b/tests/tail-2/assert-2 index 4c6f4a9f3..d816c7c65 100755 --- a/tests/tail-2/assert-2 +++ b/tests/tail-2/assert-2 @@ -49,4 +49,4 @@ esac test $fail = 1 && cat err -(exit $fail); exit $fail +Exit $fail diff --git a/tests/tail-2/big-4gb b/tests/tail-2/big-4gb index b362aeb3d..c8b2a4884 100755 --- a/tests/tail-2/big-4gb +++ b/tests/tail-2/big-4gb @@ -52,4 +52,4 @@ EOF compare out exp || fail=1 -(exit $fail); exit $fail +Exit $fail diff --git a/tests/tail-2/infloop-1 b/tests/tail-2/infloop-1 index c18c3e670..bf12a1143 100755 --- a/tests/tail-2/infloop-1 +++ b/tests/tail-2/infloop-1 @@ -36,4 +36,4 @@ sleep 1 fail=0 kill $tail_pid && fail=1 || : -(exit $fail); exit $fail +Exit $fail diff --git a/tests/tail-2/proc-ksyms b/tests/tail-2/proc-ksyms index 84566b542..4766671b2 100755 --- a/tests/tail-2/proc-ksyms +++ b/tests/tail-2/proc-ksyms @@ -30,4 +30,4 @@ if test -r $ksyms; then tail $ksyms > /dev/null || fail=1 fi -(exit $fail); exit $fail +Exit $fail diff --git a/tests/tail-2/start-middle b/tests/tail-2/start-middle index 3151e9d09..cc8cc8ee9 100755 --- a/tests/tail-2/start-middle +++ b/tests/tail-2/start-middle @@ -35,4 +35,4 @@ EOF compare out exp || fail=1 -(exit $fail); exit $fail +Exit $fail diff --git a/tests/tail-2/tail-n0f b/tests/tail-2/tail-n0f index 4a22541d8..bf19cf54c 100755 --- a/tests/tail-2/tail-n0f +++ b/tests/tail-2/tail-n0f @@ -56,4 +56,4 @@ for file in empty nonempty; do done done -(exit $fail); exit $fail +Exit $fail |