From 655ffd45be4fc7144043b048f390569fb8964ccd Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Thu, 21 Apr 2016 11:26:33 -0700 Subject: [PATCH] Use source_dir instead of my own computer's path --- test/test_tags.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_tags.rb b/test/test_tags.rb index 81089dab..e4438a3e 100644 --- a/test/test_tags.rb +++ b/test/test_tags.rb @@ -615,7 +615,7 @@ title: Include symlink CONTENT create_post(content, {'permalink' => 'pretty', 'source' => source_dir, 'destination' => dest_dir, 'read_posts' => true, 'safe' => true }) end - assert_match "Could not locate the included file 'tmp/pages-test-does-not-exist' in any of [\"/Users/parkr/jekyll/jekyll/test/source/_includes\"].", ex.message + assert_match "Could not locate the included file 'tmp/pages-test-does-not-exist' in any of [\"#{source_dir}/_includes\"].", ex.message end end