X-Git-Url: https://git.hcoop.net/jackhill/guix/guix.git/blobdiff_plain/1250034d5aff14fe236aad9900233a2b6f8563bb..7ca97fae366b5ac8324a774d8aa09c2a36348666:/tests/guix-environment-container.sh?ds=sidebyside diff --git a/tests/guix-environment-container.sh b/tests/guix-environment-container.sh index 12da950eba..d7c1b7057e 100644 --- a/tests/guix-environment-container.sh +++ b/tests/guix-environment-container.sh @@ -72,7 +72,7 @@ mount_test_code=" ;; correspond to a parent file system. ((_ mount (or \"tmpfs\" \"proc\" \"sysfs\" \"devtmpfs\" \"devpts\" \"cgroup\" \"mqueue\") _ _ _) - (and (string-prefix? mount (getcwd)) + (and (string-prefix? (getcwd) mount) mount)) ((_ mount _ _ _ _) mount)))