diff options
| author | Enji Cooper <ngie@FreeBSD.org> | 2017-06-03 17:56:31 +0000 |
|---|---|---|
| committer | Enji Cooper <ngie@FreeBSD.org> | 2017-06-03 17:56:31 +0000 |
| commit | 5f0aff893ee76c35da4b388b2a47a82b5f16c779 (patch) | |
| tree | dffd74eda05ce708e3006c3174e7f243163dc872 | |
| parent | d118a00f3cfe46cc822dfde349e824bfb640851e (diff) | |
Notes
| -rwxr-xr-x | bin/dd/tests/dd2_test.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/dd/tests/dd2_test.sh b/bin/dd/tests/dd2_test.sh index 8e19ab2f8847..7770de2259c5 100755 --- a/bin/dd/tests/dd2_test.sh +++ b/bin/dd/tests/dd2_test.sh @@ -27,10 +27,12 @@ atf_test_case seek_overflow -seek_overflow_head() { +seek_overflow_head() +{ atf_set "descr" "dd(1) should reject too-large seek values" } -seek_overflow_body() { +seek_overflow_body() +{ touch f.in # Positive tests seek=`echo "2^63 / 4096 - 1" | bc` |
