Skip to content

Commit

Permalink
check home
Browse files Browse the repository at this point in the history
  • Loading branch information
danielparks committed Feb 16, 2024
1 parent a8c0dae commit f93c691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/user_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@
rm_user('rustup_test')

puts "default cargo home"
puts Dir.entries("/home/rustup_test").sort rescue puts "no /home/rustup_test"
puts "run 1"
puts apply_manifest(<<~'END', catch_failures: true, prefix_command: 'RUSTUP_TRACE=1 ').stderr
user { 'rustup_test':
Expand All @@ -185,6 +184,7 @@
#before => Rustup['rustup_test'],
}
END
puts Dir.entries("/home/rustup_test").sort rescue puts "no /home/rustup_test"
puts "run 1a"

puts apply_manifest(<<~'END', catch_failures: true, prefix_command: 'RUSTUP_TRACE=1 ').stderr
Expand Down

0 comments on commit f93c691

Please sign in to comment.