From 20878a16189983a38704a2474de8b020cfced0f9 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sat, 19 Nov 2016 15:09:25 -0800 Subject: [PATCH] Add missing call to mtime test --- test/integration-test-main.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration-test-main.sh b/test/integration-test-main.sh index c88bc36..fc78713 100755 --- a/test/integration-test-main.sh +++ b/test/integration-test-main.sh @@ -416,6 +416,7 @@ function add_all_tests { add_tests test_special_characters add_tests test_symlink add_tests test_extended_attributes + add_tests test_mtime_file add_tests test_rm_rf_dir add_tests test_write_after_seek_ahead }