From 2855b77d01a79efbc2564b09b4dff154cc4fbb28 Mon Sep 17 00:00:00 2001 From: Kurt Roeckx Date: Tue, 28 May 2019 19:53:12 +0100 Subject: [PATCH] hurd_path =================================================================== Gbp-Pq: Name hurd_path.patch --- tests/run-native-test.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/run-native-test.sh b/tests/run-native-test.sh index 5351e02..70f6681 100755 --- a/tests/run-native-test.sh +++ b/tests/run-native-test.sh @@ -83,6 +83,9 @@ native_test() # "cannot attach to process: Function not implemented". [ "$(uname)" = "GNU/kFreeBSD" ] && exit 77 +# hurd's /proc/$PID/maps does not give paths yet. +[ "$(uname)" = "GNU" ] && exit 77 + native_test ${abs_builddir}/allregs native_test ${abs_builddir}/funcretval -- 2.30.2