From ab2e52ce7b76db79106699b1fb559169d596cc41 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?=
 <sebastien.villemot@sciencespo.fr>
Date: Wed, 7 Jun 2017 17:59:09 +0200
Subject: [PATCH] Testsuite for octave: remove obsolete workaround.

(cherry picked from commit 21fa1ec86a0b5d18541edbdcb92d0e5e3efe62dc)
---
 tests/run_test_octave.m | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/run_test_octave.m b/tests/run_test_octave.m
index 912eec752..4a7854dda 100644
--- a/tests/run_test_octave.m
+++ b/tests/run_test_octave.m
@@ -25,7 +25,6 @@ load_octave_packages
 
 top_test_dir = getenv('TOP_TEST_DIR');
 addpath(top_test_dir);
-addpath('.'); % workaround for bug in Octave 4.2.0-rc2: https://savannah.gnu.org/bugs/?49334
 addpath([top_test_dir filesep '..' filesep 'matlab']);
 
 ## Test Dynare Version
-- 
GitLab