aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/symbol-hiding
diff options
context:
space:
mode:
authorGravatar Tomi Ollila <tomi.ollila@iki.fi>2012-01-11 18:53:59 +0200
committerGravatar David Bremner <bremner@debian.org>2012-01-22 09:12:12 -0400
commitda9f39216555934327a91ebc6b3b726b0a989dcf (patch)
tree25334741a55ffbe15689a4579dda7d63a86c20de /test/symbol-hiding
parentce3513261d447c96f59a5d5f4a18ec55beed92f4 (diff)
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.
Diffstat (limited to 'test/symbol-hiding')
-rwxr-xr-xtest/symbol-hiding2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/symbol-hiding b/test/symbol-hiding
index 7fa7b2aa..636ec917 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