Skip to content

Commit

Permalink
Fix test script to use el-get-read-from-file instead of
Browse files Browse the repository at this point in the history
`el-get-read-recipe-file`

`el-get-read-recipe-file` was renamed to `el-get-read-from-file` in #2212
  • Loading branch information
iqbalansari committed Sep 28, 2015
1 parent 9f9d762 commit 2edca8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ test_recipe () {
(progn
(setq debug-on-error (not noninteractive)
el-get-default-process-sync t
pdef (el-get-read-recipe-file "$recipe_file")
pdef (el-get-read-from-file "$recipe_file")
pname (plist-get pdef :name)
el-get-sources (cons pdef (bound-and-true-p el-get-sources)))
(el-get (quote sync) pname)
Expand Down

0 comments on commit 2edca8d

Please sign in to comment.