From 48950457f348af27993a99127d290b5d059102e1 Mon Sep 17 00:00:00 2001 From: Morten Piibeleht Date: Sat, 6 Jul 2024 23:48:58 +1200 Subject: [PATCH] fix --- test/sandbox.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/sandbox.jl b/test/sandbox.jl index 973785e..15820bf 100644 --- a/test/sandbox.jl +++ b/test/sandbox.jl @@ -94,7 +94,6 @@ end # Apparently on MacOS, pwd() and the temporary directory do # not exactly match. Put their realpath() versions do. @test realpath(r.value) == realpath(path) - @test r.value == path @test r.output === "" end end