aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/test_contrib.clj
diff options
context:
space:
mode:
authorStuart Halloway <stu@thinkrelevance.com>2009-01-25 21:28:01 +0000
committerStuart Halloway <stu@thinkrelevance.com>2009-01-25 21:28:01 +0000
commit522ee2fead85d24907cfc0247568658001b8c807 (patch)
tree347edc9587fae1a105a100ed96e4e923c0e0f1cd /src/clojure/contrib/test_contrib.clj
parenta36aa739efe642715ebf1c669281afc9ede946c6 (diff)
added :dir and :env to shell-out
Diffstat (limited to 'src/clojure/contrib/test_contrib.clj')
-rw-r--r--src/clojure/contrib/test_contrib.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/test_contrib.clj b/src/clojure/contrib/test_contrib.clj
index 65881474..7e3e86b7 100644
--- a/src/clojure/contrib/test_contrib.clj
+++ b/src/clojure/contrib/test_contrib.clj
@@ -15,7 +15,7 @@
(ns clojure.contrib.test-contrib
(:use clojure.contrib.test-is))
-(def tests [:str-utils])
+(def tests [:str-utils :shell-out])
(defn test-name
[test]