]> wimlib.net Git - wimlib/blobdiff - tests/common_tests.sh
tests: test capturing+applying file with negative UNIX timestamp
[wimlib] / tests / common_tests.sh
index 4aaeadbfd08e5afb7911566d764649e3d6f60e91..68ccba6228ea47263f5e806dd9f652be6dcde6fb 100644 (file)
@@ -69,3 +69,6 @@ do_test 'echo -n 8 > file;
         ln file dir/subdir/file;
         echo -n 8 > dir/subdir/file2;
         ln dir/subdir/file dir/subdir/link;'
+
+ msg "timestamp before 1970 (before start of UNIX epoch)"
+ do_test 'touch -t 196901231234.56 file'