From da9f39216555934327a91ebc6b3b726b0a989dcf Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Wed, 11 Jan 2012 18:53:59 +0200 Subject: test: whitespace-cleanup for most test/* files Used emacs (whitespace-cleanup) function to "cleanup blank problems" in test files where that could be done without breaking tests; test/emacs was partially, and test/multipart was fully reverted. --- test/symbol-hiding | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/symbol-hiding') diff --git a/test/symbol-hiding b/test/symbol-hiding index 7fa7b2a..636ec91 100755 --- a/test/symbol-hiding +++ b/test/symbol-hiding @@ -23,7 +23,7 @@ mkdir -p fakedb/.notmuch test_expect_success 'running test' run_test test_begin_subtest 'checking output' -test_expect_equal "$result" "$output" +test_expect_equal "$result" "$output" test_begin_subtest 'comparing existing to exported symbols' objdump -t $TEST_DIRECTORY/../lib/*.o | awk '$4 == ".text" && $6 ~ "^notmuch" {print $6}' | sort | uniq > ACTUAL -- cgit v1.2.3