Skip to content

Commit

Permalink
Update java crate test for latest stevedore
Browse files Browse the repository at this point in the history
  • Loading branch information
hugoduncan committed Aug 9, 2011
1 parent 8f36241 commit 01ef552
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion java/test/pallet/crate/java_test.clj
Expand Up @@ -31,7 +31,8 @@

(def noninteractive
(script/with-script-context [:ubuntu]
(stevedore/script (package-manager-non-interactive))))
(stevedore/with-script-language :pallet.stevedore.bash/bash
(stevedore/script (package-manager-non-interactive)))))

(defn debconf [session pkg]
(package/package-manager
Expand Down

0 comments on commit 01ef552

Please sign in to comment.