From 1062fdf89fb913e8548b5208b499280103f5365d Mon Sep 17 00:00:00 2001 From: Mads Ohm Larsen Date: Sun, 4 Jan 2015 18:25:29 +0100 Subject: [PATCH] Use local tmp folder for symlink tests --- test/test_tags.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_tags.rb b/test/test_tags.rb index bc4b48cd..bdfae6ea 100644 --- a/test/test_tags.rb +++ b/test/test_tags.rb @@ -319,7 +319,7 @@ CONTENT context "with symlink'd include" do should "not allow symlink includes" do - File.open("/tmp/pages-test", 'w') { |file| file.write("SYMLINK TEST") } + File.open("tmp/pages-test", 'w') { |file| file.write("SYMLINK TEST") } assert_raise IOError do content = <