From d290ec60a8cd8301ce6c53ddf5d9664c72d86359 Mon Sep 17 00:00:00 2001
From: Olivier Sauter <olivier.sauter@epfl.ch>
Date: Tue, 17 Sep 2024 23:39:36 +0200
Subject: [PATCH] test which interpos, ls /home/sauter

---
 matlab/tests_matlab.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/matlab/tests_matlab.m b/matlab/tests_matlab.m
index 880442e5..1e976753 100644
--- a/matlab/tests_matlab.m
+++ b/matlab/tests_matlab.m
@@ -5,7 +5,7 @@ try
    which interpos
    which interpos_nan
    ls /home/sauter/interpos/matlab
-   uname -a
+   !uname -a
    passed = true
    %passed = run_gdat_tests(test_case); % call to your test script here, with optional test_case input
    exit_code = int32(~passed); % convert to bash shell convention
-- 
GitLab