From 54f7852f6d4be9d3b29ad0978021bae36e53377b Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Mon, 25 May 2015 11:07:41 -0400 Subject: [PATCH] tweak test: chdir now works on xcl... but xcl now fails to load asdf, in call of substitute in split-unix-namestring-directory-components in parse-unix-namestring in parse-native-namestring in getenv-pathname. --- test/test-run-program.script | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test-run-program.script b/test/test-run-program.script index db7f42d8..d10b62f8 100644 --- a/test/test-run-program.script +++ b/test/test-run-program.script @@ -37,8 +37,7 @@ #+os-unix (progn - (with-expected-failure (#+xcl "no chdir") - (chdir *test-directory*)) + (chdir *test-directory*) (DBG "Testing good shell command in current directory via run-shell-command") (assert-equal 0 (run-shell-command "./good-shell-command")) -- GitLab