Commit 34c47c87 authored by David Dollar's avatar David Dollar

look for the right file

parent 5322e4a0
...@@ -50,7 +50,7 @@ testNothingCached() { ...@@ -50,7 +50,7 @@ testNothingCached() {
testProfileCreated() { testProfileCreated() {
compile "package-json-version" compile "package-json-version"
assertCaptured "Building runtime environment" assertCaptured "Building runtime environment"
assertFile "export PATH=\"\$HOME/bin:\$HOME/node_modules/.bin:\$PATH\"" "profile.d/nodejs.sh" assertFile "export PATH=\"\$HOME/bin:\$HOME/node_modules/.bin:\$PATH\"" ".profile.d/nodejs.sh"
assertCapturedSuccess assertCapturedSuccess
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment