Ticket #56365: system.tcl.diff
File system.tcl.diff, 493 bytes (added by ryandesign (Ryan Carsten Schmidt), 7 years ago) |
---|
-
src/pextlib1.0/tests/system.tcl
diff --git a/src/pextlib1.0/tests/system.tcl b/src/pextlib1.0/tests/system.tcl index 7a3b2fcd..855c3b0d 100644
a b proc main {pextlibname} { 66 66 check [string trim $output] $str 67 67 } 68 68 69 set str "spawn echo" 70 test_system "expect -c \"$str\"" {str} { 71 check [string trim $output] $str 72 } 73 69 74 test_system -W /usr "pwd" {} { 70 75 check [string trim $output] "/usr" 71 76 }