]> arthur.barton.de Git - bup.git/blobdiff - t/test-ftp
Migrate ftp, etc. to our _helpers bytes-oriented readline
[bup.git] / t / test-ftp
index e9f4166467b18e757d83f4c081a96ecd6c5bad22..aa4b0a5acdff80133ff9eca5c98d3f2df5759108 100755 (executable)
@@ -63,7 +63,7 @@ with test_tempdir(b'ftp-') as tmpdir:
     
     wvstart('help')
     wvpasseq(b'Commands: ls cd pwd cat get mget help quit\n',
-             exo((bup_cmd, b'ftp'), input=b'help\n', stderr=PIPE).err)
+             exo((bup_cmd, b'ftp'), input=b'help\n', stderr=PIPE).out)
 
     wvstart('pwd/cd')
     wvpasseq(b'/\n', bup(b'ftp', input=b'pwd\n').out)