blob: 543f828967a763c224e49c84ff30f5287be148a3 [file] [log] [blame]
Theodore Ts'o33b92832007-11-26 07:15:58 -05001test_ss 1.0. Type '?' for a list of commands.
2
3test_icount: test
4Hello, world!
5Args:
6test_icount: test foo bar quux
7Hello, world!
8Args: 'foo', 'bar', 'quux'
9test_icount: test bar quux
10Hello, world!
11Args: 'bar', 'quux'
12test_icount: quux bar
Theodore Ts'o822c10e2010-05-15 07:48:25 -040013test_ss: Command not found quux
Theodore Ts'o33b92832007-11-26 07:15:58 -050014test_icount: quux
Theodore Ts'o822c10e2010-05-15 07:48:25 -040015test_ss: Command not found quux
Theodore Ts'o33b92832007-11-26 07:15:58 -050016test_icount: test quux
17Hello, world!
18Args: 'quux'
19test_icount: quit
20test_icount: test foo bar
21Hello, world!
22Args: 'foo', 'bar'