mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-22 02:40:04 +00:00
remove unused test files
This commit is contained in:
parent
adf34a006c
commit
501ae5ab2e
2 changed files with 0 additions and 12 deletions
|
@ -1 +0,0 @@
|
||||||
echo "test\ntest\n" | ruby ./bin/mpw config --init test@test.com
|
|
|
@ -1,11 +0,0 @@
|
||||||
require 'open3'
|
|
||||||
|
|
||||||
Open3.popen3("./bin/mpw config --init test@test.com") do |stdin, stdout, stderr, thread|
|
|
||||||
stdin.puts 'test'
|
|
||||||
stdin.puts 'test'
|
|
||||||
end
|
|
||||||
|
|
||||||
Open3.popen3("./bin/mpw list") do |stdin, stdout, stderr, thread|
|
|
||||||
stdin.puts 'test'
|
|
||||||
puts stdout
|
|
||||||
end
|
|
Loading…
Add table
Reference in a new issue