From 9192487a267f7052924db88d88cf381513c773d2 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 19 Oct 2022 14:29:35 -0400 Subject: tests: Coverage number go up --- tests/bsd/f_incomplete.sh | 2 ++ tests/bsd/mtime_bad_unit.sh | 1 + tests/bsd/mtime_missing_unit.sh | 1 + 3 files changed, 4 insertions(+) create mode 100644 tests/bsd/f_incomplete.sh create mode 100644 tests/bsd/mtime_bad_unit.sh create mode 100644 tests/bsd/mtime_missing_unit.sh (limited to 'tests/bsd') diff --git a/tests/bsd/f_incomplete.sh b/tests/bsd/f_incomplete.sh new file mode 100644 index 0000000..acb63af --- /dev/null +++ b/tests/bsd/f_incomplete.sh @@ -0,0 +1,2 @@ +fail invoke_bfs -f + diff --git a/tests/bsd/mtime_bad_unit.sh b/tests/bsd/mtime_bad_unit.sh new file mode 100644 index 0000000..3921f80 --- /dev/null +++ b/tests/bsd/mtime_bad_unit.sh @@ -0,0 +1 @@ +fail invoke_bfs times -mtime +1q diff --git a/tests/bsd/mtime_missing_unit.sh b/tests/bsd/mtime_missing_unit.sh new file mode 100644 index 0000000..3ac4c97 --- /dev/null +++ b/tests/bsd/mtime_missing_unit.sh @@ -0,0 +1 @@ +fail invoke_bfs times -mtime +1w2 -- cgit v1.2.3