From 1b549b5ee5a386bf3297a54a533fcd7294e23fec Mon Sep 17 00:00:00 2001 From: netblue30 Date: Thu, 15 Dec 2016 14:12:31 -0500 Subject: testing --- test/fcopy/dircopy.exp | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'test/fcopy/dircopy.exp') diff --git a/test/fcopy/dircopy.exp b/test/fcopy/dircopy.exp index 00b0204ae..dc8c80569 100755 --- a/test/fcopy/dircopy.exp +++ b/test/fcopy/dircopy.exp @@ -21,30 +21,58 @@ expect { timeout {puts "TESTING ERROR 0\n";exit} "dest/" } +after 100 + +send -- "find dest\r" +expect { + timeout {puts "TESTING ERROR 0\n";exit} + "dest/" +} +after 100 + +send -- "find dest\r" expect { timeout {puts "TESTING ERROR 1\n";exit} "dest/a" } +after 100 + +send -- "find dest\r" expect { timeout {puts "TESTING ERROR 2\n";exit} "dest/a/b" } +after 100 + +send -- "find dest\r" expect { timeout {puts "TESTING ERROR 3\n";exit} "dest/a/b/file4" } +after 100 + +send -- "find dest\r" expect { timeout {puts "TESTING ERROR 4\n";exit} "dest/a/file3" } +after 100 + +send -- "find dest\r" expect { timeout {puts "TESTING ERROR 5\n";exit} "dest/dircopy.exp" } +after 100 + +send -- "find dest\r" expect { timeout {puts "TESTING ERROR 6\n";exit} "dest/file2" } +after 100 + +send -- "find dest\r" expect { timeout {puts "TESTING ERROR 7\n";exit} "dest/file1" -- cgit v1.2.3-54-g00ecf