From: Tomi Ollila Date: Sun, 9 Oct 2016 20:36:07 +0000 (+0300) Subject: test/test-lib.sh: execute basename(1)s lazier in test_expect_equal_file () X-Git-Tag: 0.24_rc0~105 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=8a82ad716f807f8ba1e39269ad169dccd4a15ade;hp=8a82ad716f807f8ba1e39269ad169dccd4a15ade test/test-lib.sh: execute basename(1)s lazier in test_expect_equal_file () Moved the 2 basename(1) executions to the test failure branch in test_expect_equal_file (). The output of basename(1) executions in function test_expect_equal_file () are only used when tests fails -- when all tests pass these 2 basename(1) executions are no longer done at all. ---