diff options
Diffstat (limited to 'src/tests/mandb-purge-updates-timestamp')
-rwxr-xr-x | src/tests/mandb-purge-updates-timestamp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/mandb-purge-updates-timestamp b/src/tests/mandb-purge-updates-timestamp index 48666d8..ea5b6d3 100755 --- a/src/tests/mandb-purge-updates-timestamp +++ b/src/tests/mandb-purge-updates-timestamp @@ -50,6 +50,7 @@ accessdb_filter "$tmpdir/usr/share/man/index$db_ext" >"$tmpdir/2.out" expect_files_equal 'remove test3' "$tmpdir/2.exp" "$tmpdir/2.out" mtime2="$(./get-mtime "$tmpdir/usr/share/man/index$full_db_ext")" test "$mtime1" != "$mtime2" +# shellcheck disable=SC2319 report 'mtime changed (1)' "$?" ./fspause |