Skip to content
Snippets Groups Projects
Commit 54f7852f authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

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.
parent 542602c1
No related branches found
No related tags found
No related merge requests found
...@@ -37,8 +37,7 @@ ...@@ -37,8 +37,7 @@
#+os-unix #+os-unix
(progn (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") (DBG "Testing good shell command in current directory via run-shell-command")
(assert-equal 0 (run-shell-command "./good-shell-command")) (assert-equal 0 (run-shell-command "./good-shell-command"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment