]> git.notmuchmail.org Git - notmuch/commit
test: copy files in test_expect_equal_file instead of moving them
authorDmitry Kurochkin <dmitry.kurochkin@gmail.com>
Tue, 10 May 2011 03:30:50 +0000 (07:30 +0400)
committerCarl Worth <cworth@cworth.org>
Tue, 31 May 2011 22:10:23 +0000 (15:10 -0700)
commit59a9c36316293b161528097a73c72d5f5ed58781
tree2dc97db1dcc2cfba1db505d0de560aaad168a5f7
parenta87a6b99f9f94ec7e0b4299b5824477f9056bab1
test: copy files in test_expect_equal_file instead of moving them

Before the change, test_expect_equal_file moved files it compared
in case of failure.  The patch changes it to copy the files
instead.  This allows testing non-temporary files which are
stored in git.

Note: the change should not result in new temporary files left
after the tests.  Test_expect_equal_file used to move files only
on failure, so callers had to cleanup them anyway.
test/test-lib.sh