Guest User

Untitled

a guest
May 26th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. $ turn exec-testing.rb
  2. Loaded suite
  3. TestCases
  4. test: #{CLIENT} "*?{}[]" PASS
  5. test: #{CLIENT} "something ; echo anything" PASS
  6. test: #{CLIENT} "something with quotes" PASS
  7. test: #{CLIENT} "something | cat" PASS
  8. test: #{CLIENT} $PWD $USER "$HOME $SHELL" PASS
  9. test: #{CLIENT} singlearg PASS
  10. test: #{CLIENT} something * PASS
  11. test: #{CLIENT} two args PASS
  12. test: should spawn shell: #{CLIENT} && echo something PASS
  13. test: should spawn shell: cd /tmp && #{CLIENT} something PASS
  14. test: should spawn shell: cd /tmp ; #{CLIENT} something PASS
  15. ==============================================================================
  16. pass: 11, fail: 0, error: 0
  17. total: 11 tests with 11 assertions in 4.851785 seconds
  18. ==============================================================================
Add Comment
Please, Sign In to add comment